Html Css Color HEX #037ED0 Navy Blue

📋 copy color: '#037ED0'

red 3 ◦ green 126 ◦ blue 208

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

Shades of Navy Blue #037ED0

Tints of Navy Blue #037ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 0.89%
G = 37.39%
B = 61.72%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#037ED0 (or 0x037ED0) is known color: Navy Blue. HEX triplet: 03, 7E and D0. RGB value is (3,126,208). Sum of RGB (Red+Green+Blue) = 3+126+208=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #037ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ED0 is #FC812F. Grayscale: #626262. Windows color (decimal): -16548144 or 13663747. OLE color: 13663747.

HSL color Cylindrical-coordinate representation of color #037ED0: hue angle of 204º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ED0 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 126 208 -
CMYK 0.99 0.39 0 0.18
HSL 204º 0.97% 0.41% -
HSV(B) 204º 0.99% 0.82% -
XYZ 18.88 19.5 62.44 -
YUV 98.57 189.75 59.83 -
System Red Green Blue C M Y K H S L
Decimal 3 126 208 0.99 0.39 0 0.18 204 0.97 0.41
Hex 3 7E D0 63 27 0 12 CC 61 29
Octal 3 176 320 143 47 0 22 314 141 51
Binary 11 1111110 11010000 1100011 100111 0 10010 11001100 1100001 101001

Color Harmonies of #037ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ED0

Black with #037ED0

Text Example


Text Example

White with #037ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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