Html Css Color HEX #036FC9 Navy Blue

📋 copy color: '#036FC9'

red 3 ◦ green 111 ◦ blue 201

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

Shades of Navy Blue #036FC9

Tints of Navy Blue #036FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 201 (78.91% from 255) = 63.81%

R = 0.95%
G = 35.24%
B = 63.81%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#036FC9 (or 0x036FC9) is known color: Navy Blue. HEX triplet: 03, 6F and C9. RGB value is (3,111,201). Sum of RGB (Red+Green+Blue) = 3+111+201=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #036FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FC9 is #FC9036. Grayscale: #585858. Windows color (decimal): -16551991 or 13201155. OLE color: 13201155.

HSL color Cylindrical-coordinate representation of color #036FC9: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FC9 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 111 201 -
CMYK 0.99 0.45 0 0.21
HSL 207.27º 0.97% 0.4% -
HSV(B) 207.27º 0.99% 0.79% -
XYZ 16.26 15.61 57.41 -
YUV 88.97 191.22 66.68 -
System Red Green Blue C M Y K H S L
Decimal 3 111 201 0.99 0.45 0 0.21 207.27 0.97 0.4
Hex 3 6F C9 63 2D 0 15 CF 61 28
Octal 3 157 311 143 55 0 25 317 141 50
Binary 11 1101111 11001001 1100011 101101 0 10101 11001111 1100001 101000

Color Harmonies of #036FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FC9

Black with #036FC9

Text Example


Text Example

White with #036FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,111,201); }

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

background-color css

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

 a { background-color: rgb(3,111,201); }

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

border-color css

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

 span { border-color: rgb(3,111,201); }

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