Html Css Color HEX #037EDB Navy Blue

📋 copy color: '#037EDB'

red 3 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #037EDB

Tints of Navy Blue #037EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 0.86%
G = 36.21%
B = 62.93%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#037EDB (or 0x037EDB) is known color: Navy Blue. HEX triplet: 03, 7E and DB. RGB value is (3,126,219). Sum of RGB (Red+Green+Blue) = 3+126+219=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #037EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EDB is #FC8124. Grayscale: #636363. Windows color (decimal): -16548133 or 14384643. OLE color: 14384643.

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

Color convert

RGB 3 126 219 -
CMYK 0.99 0.42 0 0.14
HSL 205.83º 0.97% 0.44% -
HSV(B) 205.83º 0.99% 0.86% -
XYZ 20.28 20.06 69.82 -
YUV 99.83 195.25 58.94 -
System Red Green Blue C M Y K H S L
Decimal 3 126 219 0.99 0.42 0 0.14 205.83 0.97 0.44
Hex 3 7E DB 63 2A 0 E CE 61 2C
Octal 3 176 333 143 52 0 16 316 141 54
Binary 11 1111110 11011011 1100011 101010 0 1110 11001110 1100001 101100

Color Harmonies of #037EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037EDB

Black with #037EDB

Text Example


Text Example

White with #037EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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