Html Css Color HEX #036ADC Navy Blue

📋 copy color: '#036ADC'

red 3 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #036ADC

Tints of Navy Blue #036ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 0.91%
G = 32.22%
B = 66.87%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#036ADC (or 0x036ADC) is known color: Navy Blue. HEX triplet: 03, 6A and DC. RGB value is (3,106,220). Sum of RGB (Red+Green+Blue) = 3+106+220=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #036ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ADC is #FC9523. Grayscale: #575757. Windows color (decimal): -16553252 or 14445059. OLE color: 14445059.

HSL color Cylindrical-coordinate representation of color #036ADC: hue angle of 211.52º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ADC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 106 220 -
CMYK 0.99 0.52 0 0.14
HSL 211.52º 0.97% 0.44% -
HSV(B) 211.52º 0.99% 0.86% -
XYZ 18.11 15.49 69.75 -
YUV 88.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 3 106 220 0.99 0.52 0 0.14 211.52 0.97 0.44
Hex 3 6A DC 63 34 0 E D4 61 2C
Octal 3 152 334 143 64 0 16 324 141 54
Binary 11 1101010 11011100 1100011 110100 0 1110 11010100 1100001 101100

Color Harmonies of #036ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ADC

Black with #036ADC

Text Example


Text Example

White with #036ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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