Html Css Color HEX #036DD4 Navy Blue

📋 copy color: '#036DD4'

red 3 ◦ green 109 ◦ blue 212

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

Shades of Navy Blue #036DD4

Tints of Navy Blue #036DD4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 212 (83.2% from 255) = 65.43%

R = 0.93%
G = 33.64%
B = 65.43%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#036DD4 (or 0x036DD4) is known color: Navy Blue. HEX triplet: 03, 6D and D4. RGB value is (3,109,212). Sum of RGB (Red+Green+Blue) = 3+109+212=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 212 (83.20% from 255 or 65.43% from 324); Max value from RGB is 212 - color contains mainly: blue. Hex color #036DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DD4 is #FC922B. Grayscale: #585858. Windows color (decimal): -16552492 or 13921539. OLE color: 13921539.

HSL color Cylindrical-coordinate representation of color #036DD4: hue angle of 209.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DD4 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 109 212 -
CMYK 0.99 0.49 0 0.17
HSL 209.57º 0.97% 0.42% -
HSV(B) 209.57º 0.99% 0.83% -
XYZ 17.39 15.71 64.4 -
YUV 89.05 197.38 66.62 -
System Red Green Blue C M Y K H S L
Decimal 3 109 212 0.99 0.49 0 0.17 209.57 0.97 0.42
Hex 3 6D D4 63 31 0 11 D2 61 2A
Octal 3 155 324 143 61 0 21 322 141 52
Binary 11 1101101 11010100 1100011 110001 0 10001 11010010 1100001 101010

Color Harmonies of #036DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DD4

Black with #036DD4

Text Example


Text Example

White with #036DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,212); }

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

background-color css

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

 a { background-color: rgb(3,109,212); }

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

border-color css

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

 span { border-color: rgb(3,109,212); }

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