Html Css Color HEX #037DDE Navy Blue

📋 copy color: '#037DDE'

red 3 ◦ green 125 ◦ blue 222

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

Shades of Navy Blue #037DDE

Tints of Navy Blue #037DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 0.86%
G = 35.71%
B = 63.43%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#037DDE (or 0x037DDE) is known color: Navy Blue. HEX triplet: 03, 7D and DE. RGB value is (3,125,222). Sum of RGB (Red+Green+Blue) = 3+125+222=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #037DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DDE is #FC8221. Grayscale: #636363. Windows color (decimal): -16548386 or 14580995. OLE color: 14580995.

HSL color Cylindrical-coordinate representation of color #037DDE: hue angle of 206.58º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DDE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 125 222 -
CMYK 0.99 0.44 0 0.13
HSL 206.58º 0.97% 0.44% -
HSV(B) 206.58º 0.99% 0.87% -
XYZ 20.56 19.96 71.88 -
YUV 99.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 3 125 222 0.99 0.44 0 0.13 206.58 0.97 0.44
Hex 3 7D DE 63 2C 0 D CF 61 2C
Octal 3 175 336 143 54 0 15 317 141 54
Binary 11 1111101 11011110 1100011 101100 0 1101 11001111 1100001 101100

Color Harmonies of #037DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DDE

Black with #037DDE

Text Example


Text Example

White with #037DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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