Html Css Color HEX #036EF6 Navy Blue

📋 copy color: '#036EF6'

red 3 ◦ green 110 ◦ blue 246

#036EF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #036EF6

Tints of Navy Blue #036EF6

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 246 (96.48% from 255) = 68.52%

R = 0.84%
G = 30.64%
B = 68.52%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036EF6 (or 0x036EF6) is known color: Navy Blue. HEX triplet: 03, 6E and F6. RGB value is (3,110,246). Sum of RGB (Red+Green+Blue) = 3+110+246=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #036EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EF6 is #FC9109. Grayscale: #5C5C5C. Windows color (decimal): -16552202 or 16150019. OLE color: 16150019.

HSL color Cylindrical-coordinate representation of color #036EF6: hue angle of 213.58º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EF6 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 110 246 -
CMYK 0.99 0.55 0 0.04
HSL 213.58º 0.98% 0.49% -
HSV(B) 213.58º 0.99% 0.96% -
XYZ 22.25 17.83 89.46 -
YUV 93.51 214.05 63.44 -
System Red Green Blue C M Y K H S L
Decimal 3 110 246 0.99 0.55 0 0.04 213.58 0.98 0.49
Hex 3 6E F6 63 37 0 4 D6 62 31
Octal 3 156 366 143 67 0 4 326 142 61
Binary 11 1101110 11110110 1100011 110111 0 100 11010110 1100010 110001

Color Harmonies of #036EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EF6

Black with #036EF6

Text Example


Text Example

White with #036EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036EF6; }

 p { color: rgb(3,110,246); }

 H1.HeaderClassName
 {
   color: #036EF6;
 }
 .AnyTagClassName
 {
   color: #036EF6;
 }
</style>

background-color css

<style>
 a { background-color: #036EF6; }

 a { background-color: rgb(3,110,246); }

 div.DivClassName
 {
   background-color: #036EF6;
 }
 .BgClassName
 {
   background-color: #036EF6;
 }
</style>

border-color css

<style>
 span { border-color: #036EF6; }

 span { border-color: rgb(3,110,246); }

 td.TdClassName
 {
   border-color: #036EF6;
 }
 .TagClassName
 {
   border-color: #036EF6;
 }
</style>