Html Css Color HEX #036BD2 Navy Blue

📋 copy color: '#036BD2'

red 3 ◦ green 107 ◦ blue 210

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

Shades of Navy Blue #036BD2

Tints of Navy Blue #036BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

 BLUE value IS 210 (82.42% from 255) = 65.63%

R = 0.94%
G = 33.44%
B = 65.63%

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

#036BD2 (or 0x036BD2) is known color: Navy Blue. HEX triplet: 03, 6B and D2. RGB value is (3,107,210). Sum of RGB (Red+Green+Blue) = 3+107+210=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 210 (82.42% from 255 or 65.62% from 320); Max value from RGB is 210 - color contains mainly: blue. Hex color #036BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BD2 is #FC942D. Grayscale: #575757. Windows color (decimal): -16553006 or 13789955. OLE color: 13789955.

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

Color convert

RGB 3 107 210 -
CMYK 0.99 0.49 0 0.18
HSL 209.86º 0.97% 0.42% -
HSV(B) 209.86º 0.99% 0.82% -
XYZ 16.93 15.19 63.01 -
YUV 87.65 197.04 67.62 -
System Red Green Blue C M Y K H S L
Decimal 3 107 210 0.99 0.49 0 0.18 209.86 0.97 0.42
Hex 3 6B D2 63 31 0 12 D2 61 2A
Octal 3 153 322 143 61 0 22 322 141 52
Binary 11 1101011 11010010 1100011 110001 0 10010 11010010 1100001 101010

Color Harmonies of #036BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BD2

Black with #036BD2

Text Example


Text Example

White with #036BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,210); }

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

background-color css

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

 a { background-color: rgb(3,107,210); }

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

border-color css

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

 span { border-color: rgb(3,107,210); }

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