Html Css Color HEX #037DCB Navy Blue

📋 copy color: '#037DCB'

red 3 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #037DCB

Tints of Navy Blue #037DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 0.91%
G = 37.76%
B = 61.33%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#037DCB (or 0x037DCB) is known color: Navy Blue. HEX triplet: 03, 7D and CB. RGB value is (3,125,203). Sum of RGB (Red+Green+Blue) = 3+125+203=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #037DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DCB is #FC8234. Grayscale: #606060. Windows color (decimal): -16548405 or 13335811. OLE color: 13335811.

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

Color convert

RGB 3 125 203 -
CMYK 0.99 0.38 0 0.20
HSL 203.4º 0.97% 0.4% -
HSV(B) 203.4º 0.99% 0.8% -
XYZ 18.15 19 59.21 -
YUV 97.41 187.58 60.66 -
System Red Green Blue C M Y K H S L
Decimal 3 125 203 0.99 0.38 0 0.20 203.4 0.97 0.4
Hex 3 7D CB 63 26 0 14 CB 61 28
Octal 3 175 313 143 46 0 24 313 141 50
Binary 11 1111101 11001011 1100011 100110 0 10100 11001011 1100001 101000

Color Harmonies of #037DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DCB

Black with #037DCB

Text Example


Text Example

White with #037DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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