Html Css Color HEX #037DDB Navy Blue

📋 copy color: '#037DDB'

red 3 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #037DDB

Tints of Navy Blue #037DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 0.86%
G = 36.02%
B = 63.11%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#037DDB (or 0x037DDB) is known color: Navy Blue. HEX triplet: 03, 7D and DB. RGB value is (3,125,219). Sum of RGB (Red+Green+Blue) = 3+125+219=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #037DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DDB is #FC8224. Grayscale: #626262. Windows color (decimal): -16548389 or 14384387. OLE color: 14384387.

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

Color convert

RGB 3 125 219 -
CMYK 0.99 0.43 0 0.14
HSL 206.11º 0.97% 0.44% -
HSV(B) 206.11º 0.99% 0.86% -
XYZ 20.16 19.8 69.78 -
YUV 99.24 195.58 59.36 -
System Red Green Blue C M Y K H S L
Decimal 3 125 219 0.99 0.43 0 0.14 206.11 0.97 0.44
Hex 3 7D DB 63 2B 0 E CE 61 2C
Octal 3 175 333 143 53 0 16 316 141 54
Binary 11 1111101 11011011 1100011 101011 0 1110 11001110 1100001 101100

Color Harmonies of #037DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DDB

Black with #037DDB

Text Example


Text Example

White with #037DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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