Html Css Color HEX #036ADA Navy Blue

📋 copy color: '#036ADA'

red 3 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #036ADA

Tints of Navy Blue #036ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 0.92%
G = 32.42%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#036ADA (or 0x036ADA) is known color: Navy Blue. HEX triplet: 03, 6A and DA. RGB value is (3,106,218). Sum of RGB (Red+Green+Blue) = 3+106+218=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #036ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ADA is #FC9525. Grayscale: #575757. Windows color (decimal): -16553254 or 14313987. OLE color: 14313987.

HSL color Cylindrical-coordinate representation of color #036ADA: hue angle of 211.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ADA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 106 218 -
CMYK 0.99 0.51 0 0.15
HSL 211.26º 0.97% 0.43% -
HSV(B) 211.26º 0.99% 0.85% -
XYZ 17.85 15.39 68.36 -
YUV 87.97 201.38 67.39 -
System Red Green Blue C M Y K H S L
Decimal 3 106 218 0.99 0.51 0 0.15 211.26 0.97 0.43
Hex 3 6A DA 63 33 0 F D3 61 2B
Octal 3 152 332 143 63 0 17 323 141 53
Binary 11 1101010 11011010 1100011 110011 0 1111 11010011 1100001 101011

Color Harmonies of #036ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ADA

Black with #036ADA

Text Example


Text Example

White with #036ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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