Html Css Color HEX #036ACD Navy Blue

📋 copy color: '#036ACD'

red 3 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #036ACD

Tints of Navy Blue #036ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 0.96%
G = 33.76%
B = 65.29%

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

#036ACD (or 0x036ACD) is known color: Navy Blue. HEX triplet: 03, 6A and CD. RGB value is (3,106,205). Sum of RGB (Red+Green+Blue) = 3+106+205=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #036ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ACD is #FC9532. Grayscale: #555555. Windows color (decimal): -16553267 or 13462019. OLE color: 13462019.

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

Color convert

RGB 3 106 205 -
CMYK 0.99 0.48 0 0.20
HSL 209.41º 0.97% 0.41% -
HSV(B) 209.41º 0.99% 0.8% -
XYZ 16.21 14.74 59.75 -
YUV 86.49 194.88 68.45 -
System Red Green Blue C M Y K H S L
Decimal 3 106 205 0.99 0.48 0 0.20 209.41 0.97 0.41
Hex 3 6A CD 63 30 0 14 D1 61 29
Octal 3 152 315 143 60 0 24 321 141 51
Binary 11 1101010 11001101 1100011 110000 0 10100 11010001 1100001 101001

Color Harmonies of #036ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ACD

Black with #036ACD

Text Example


Text Example

White with #036ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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