Html Css Color HEX #036CF6 Navy Blue

📋 copy color: '#036CF6'

red 3 ◦ green 108 ◦ blue 246

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

Shades of Navy Blue #036CF6

Tints of Navy Blue #036CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 0.84%
G = 30.25%
B = 68.91%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#036CF6 (or 0x036CF6) is known color: Navy Blue. HEX triplet: 03, 6C and F6. RGB value is (3,108,246). Sum of RGB (Red+Green+Blue) = 3+108+246=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #036CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CF6 is #FC9309. Grayscale: #5B5B5B. Windows color (decimal): -16552714 or 16149507. OLE color: 16149507.

HSL color Cylindrical-coordinate representation of color #036CF6: hue angle of 214.07º 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 #036CF6 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 108 246 -
CMYK 0.99 0.56 0 0.04
HSL 214.07º 0.98% 0.49% -
HSV(B) 214.07º 0.99% 0.96% -
XYZ 22.03 17.4 89.39 -
YUV 92.34 214.71 64.28 -
System Red Green Blue C M Y K H S L
Decimal 3 108 246 0.99 0.56 0 0.04 214.07 0.98 0.49
Hex 3 6C F6 63 38 0 4 D6 62 31
Octal 3 154 366 143 70 0 4 326 142 61
Binary 11 1101100 11110110 1100011 111000 0 100 11010110 1100010 110001

Color Harmonies of #036CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CF6

Black with #036CF6

Text Example


Text Example

White with #036CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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