Html Css Color HEX #036AD1 Navy Blue

📋 copy color: '#036AD1'

red 3 ◦ green 106 ◦ blue 209

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

Shades of Navy Blue #036AD1

Tints of Navy Blue #036AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 65.72%

R = 0.94%
G = 33.33%
B = 65.72%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#036AD1 (or 0x036AD1) is known color: Navy Blue. HEX triplet: 03, 6A and D1. RGB value is (3,106,209). Sum of RGB (Red+Green+Blue) = 3+106+209=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #036AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036AD1 is #FC952E. Grayscale: #565656. Windows color (decimal): -16553263 or 13724163. OLE color: 13724163.

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

Color convert

RGB 3 106 209 -
CMYK 0.99 0.49 0 0.18
HSL 210º 0.97% 0.42% -
HSV(B) 210º 0.99% 0.82% -
XYZ 16.7 14.93 62.32 -
YUV 86.95 196.88 68.12 -
System Red Green Blue C M Y K H S L
Decimal 3 106 209 0.99 0.49 0 0.18 210 0.97 0.42
Hex 3 6A D1 63 31 0 12 D2 61 2A
Octal 3 152 321 143 61 0 22 322 141 52
Binary 11 1101010 11010001 1100011 110001 0 10010 11010010 1100001 101010

Color Harmonies of #036AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AD1

Black with #036AD1

Text Example


Text Example

White with #036AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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