Html Css Color HEX #037FDB Navy Blue

📋 copy color: '#037FDB'

red 3 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #037FDB

Tints of Navy Blue #037FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 0.86%
G = 36.39%
B = 62.75%

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

#037FDB (or 0x037FDB) is known color: Navy Blue. HEX triplet: 03, 7F and DB. RGB value is (3,127,219). Sum of RGB (Red+Green+Blue) = 3+127+219=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #037FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDB is #FC8024. Grayscale: #636363. Windows color (decimal): -16547877 or 14384899. OLE color: 14384899.

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

Color convert

RGB 3 127 219 -
CMYK 0.99 0.42 0 0.14
HSL 205.56º 0.97% 0.44% -
HSV(B) 205.56º 0.99% 0.86% -
XYZ 20.41 20.31 69.86 -
YUV 100.41 194.92 58.52 -
System Red Green Blue C M Y K H S L
Decimal 3 127 219 0.99 0.42 0 0.14 205.56 0.97 0.44
Hex 3 7F DB 63 2A 0 E CE 61 2C
Octal 3 177 333 143 52 0 16 316 141 54
Binary 11 1111111 11011011 1100011 101010 0 1110 11001110 1100001 101100

Color Harmonies of #037FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FDB

Black with #037FDB

Text Example


Text Example

White with #037FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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