#037CC2

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

Shades of Navy Blue #037CC2

Tints of Navy Blue #037CC2

Color information

#037CC2 (or 0x037CC2) is unknown color: approx Navy Blue. HEX triplet: 03, 7C and C2. RGB value is (3,124,194). Sum of RGB (Red+Green+Blue) = 3+124+194=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #037CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CC2 is #FC833D. Grayscale: #5F5F5F. Windows color (decimal): -16548670 or 12745731. OLE color: 12745731.

HSL color Cylindrical-coordinate representation of color #037CC2: hue angle of 201.99º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037CC2 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3124194-
CMYK0.980.3600.24
HSL201.99º96.95%38.63%-
HSV(B)201.99º98.45%76.08%-
XYZ16.9818.3353.68-
YUV95.8183.4161.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 194 (76.17% from 255) = 60.44%
R=0.93%
G=38.63%
B=60.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31241940.980.3600.24201.9996.9538.63
Hex37CC26224018ca6127
Octal31743021424403031214147
Binary111111100110000101100010100100011000110010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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