Html Css Color HEX #036BCD Navy Blue

📋 copy color: '#036BCD'

red 3 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #036BCD

Tints of Navy Blue #036BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 0.95%
G = 33.97%
B = 65.08%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#036BCD (or 0x036BCD) is known color: Navy Blue. HEX triplet: 03, 6B and CD. RGB value is (3,107,205). Sum of RGB (Red+Green+Blue) = 3+107+205=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #036BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BCD is #FC9432. Grayscale: #565656. Windows color (decimal): -16553011 or 13462275. OLE color: 13462275.

HSL color Cylindrical-coordinate representation of color #036BCD: hue angle of 209.11º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BCD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 107 205 -
CMYK 0.99 0.48 0 0.20
HSL 209.11º 0.97% 0.41% -
HSV(B) 209.11º 0.99% 0.8% -
XYZ 16.31 14.94 59.78 -
YUV 87.08 194.54 68.03 -
System Red Green Blue C M Y K H S L
Decimal 3 107 205 0.99 0.48 0 0.20 209.11 0.97 0.41
Hex 3 6B CD 63 30 0 14 D1 61 29
Octal 3 153 315 143 60 0 24 321 141 51
Binary 11 1101011 11001101 1100011 110000 0 10100 11010001 1100001 101001

Color Harmonies of #036BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BCD

Black with #036BCD

Text Example


Text Example

White with #036BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,205); }

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

background-color css

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

 a { background-color: rgb(3,107,205); }

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

border-color css

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

 span { border-color: rgb(3,107,205); }

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