Html Css Color HEX #036EDB Navy Blue

📋 copy color: '#036EDB'

red 3 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #036EDB

Tints of Navy Blue #036EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 0.9%
G = 33.13%
B = 65.96%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#036EDB (or 0x036EDB) is known color: Navy Blue. HEX triplet: 03, 6E and DB. RGB value is (3,110,219). Sum of RGB (Red+Green+Blue) = 3+110+219=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #036EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EDB is #FC9124. Grayscale: #595959. Windows color (decimal): -16552229 or 14380547. OLE color: 14380547.

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

Color convert

RGB 3 110 219 -
CMYK 0.99 0.50 0 0.14
HSL 210.28º 0.97% 0.44% -
HSV(B) 210.28º 0.99% 0.86% -
XYZ 18.4 16.29 69.19 -
YUV 90.43 200.55 65.64 -
System Red Green Blue C M Y K H S L
Decimal 3 110 219 0.99 0.50 0 0.14 210.28 0.97 0.44
Hex 3 6E DB 63 32 0 E D2 61 2C
Octal 3 156 333 143 62 0 16 322 141 54
Binary 11 1101110 11011011 1100011 110010 0 1110 11010010 1100001 101100

Color Harmonies of #036EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EDB

Black with #036EDB

Text Example


Text Example

White with #036EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,110,219); }

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

background-color css

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

 a { background-color: rgb(3,110,219); }

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

border-color css

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

 span { border-color: rgb(3,110,219); }

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