Html Css Color HEX #037DCD Navy Blue

📋 copy color: '#037DCD'

red 3 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #037DCD

Tints of Navy Blue #037DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 0.9%
G = 37.54%
B = 61.56%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#037DCD (or 0x037DCD) is known color: Navy Blue. HEX triplet: 03, 7D and CD. RGB value is (3,125,205). Sum of RGB (Red+Green+Blue) = 3+125+205=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #037DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DCD is #FC8232. Grayscale: #616161. Windows color (decimal): -16548403 or 13466883. OLE color: 13466883.

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

Color convert

RGB 3 125 205 -
CMYK 0.99 0.39 0 0.20
HSL 203.76º 0.97% 0.41% -
HSV(B) 203.76º 0.99% 0.8% -
XYZ 18.39 19.09 60.47 -
YUV 97.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 3 125 205 0.99 0.39 0 0.20 203.76 0.97 0.41
Hex 3 7D CD 63 27 0 14 CC 61 29
Octal 3 175 315 143 47 0 24 314 141 51
Binary 11 1111101 11001101 1100011 100111 0 10100 11001100 1100001 101001

Color Harmonies of #037DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DCD

Black with #037DCD

Text Example


Text Example

White with #037DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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