Html Css Color HEX #037DDC Navy Blue

📋 copy color: '#037DDC'

red 3 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #037DDC

Tints of Navy Blue #037DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 0.86%
G = 35.92%
B = 63.22%

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

#037DDC (or 0x037DDC) is known color: Navy Blue. HEX triplet: 03, 7D and DC. RGB value is (3,125,220). Sum of RGB (Red+Green+Blue) = 3+125+220=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #037DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DDC is #FC8223. Grayscale: #626262. Windows color (decimal): -16548388 or 14449923. OLE color: 14449923.

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

Color convert

RGB 3 125 220 -
CMYK 0.99 0.43 0 0.14
HSL 206.27º 0.97% 0.44% -
HSV(B) 206.27º 0.99% 0.86% -
XYZ 20.29 19.85 70.47 -
YUV 99.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 3 125 220 0.99 0.43 0 0.14 206.27 0.97 0.44
Hex 3 7D DC 63 2B 0 E CE 61 2C
Octal 3 175 334 143 53 0 16 316 141 54
Binary 11 1111101 11011100 1100011 101011 0 1110 11001110 1100001 101100

Color Harmonies of #037DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DDC

Black with #037DDC

Text Example


Text Example

White with #037DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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