#037CCC

Color #037CCC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #037CCC

Tints of Navy Blue #037CCC

Color information

#037CCC (or 0x037CCC) is unknown color: approx Navy Blue. HEX triplet: 03, 7C and CC. RGB value is (3,124,204). Sum of RGB (Red+Green+Blue) = 3+124+204=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #037CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCC is #FC8333. Grayscale: #606060. Windows color (decimal): -16548660 or 13401091. OLE color: 13401091.

HSL color Cylindrical-coordinate representation of color #037CCC: hue angle of 203.88º 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 #037CCC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3124204-
CMYK0.990.3900.2
HSL203.88º97.1%40.59%-
HSV(B)203.88º98.53%80%-
XYZ18.1418.7959.8-
YUV96.94188.4161-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=0.91%
G=37.46%
B=61.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31242040.990.3900.2203.8897.140.59
Hex37CCC6327014cc6129
Octal31743141434702431414151
Binary111111100110011001100011100111010100110011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,124,204); }

 H1.HeaderClassName
 {
   color: #037CCC;
 }
 .AnyTagClassName
 {
   color: #037CCC;
 }
</style>
background-color css

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

 a { background-color: rgb(3,124,204); }

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

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

 span { border-color: rgb(3,124,204); }

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