Html Css Color HEX #037DCE Navy Blue

📋 copy color: '#037DCE'

red 3 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #037DCE

Tints of Navy Blue #037DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 0.9%
G = 37.43%
B = 61.68%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#037DCE (or 0x037DCE) is known color: Navy Blue. HEX triplet: 03, 7D and CE. RGB value is (3,125,206). Sum of RGB (Red+Green+Blue) = 3+125+206=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #037DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DCE is #FC8231. Grayscale: #616161. Windows color (decimal): -16548402 or 13532419. OLE color: 13532419.

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

Color convert

RGB 3 125 206 -
CMYK 0.99 0.39 0 0.19
HSL 203.94º 0.97% 0.41% -
HSV(B) 203.94º 0.99% 0.81% -
XYZ 18.51 19.14 61.11 -
YUV 97.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 3 125 206 0.99 0.39 0 0.19 203.94 0.97 0.41
Hex 3 7D CE 63 27 0 13 CC 61 29
Octal 3 175 316 143 47 0 23 314 141 51
Binary 11 1111101 11001110 1100011 100111 0 10011 11001100 1100001 101001

Color Harmonies of #037DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DCE

Black with #037DCE

Text Example


Text Example

White with #037DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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