#037BCC

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

Shades of Navy Blue #037BCC

Tints of Navy Blue #037BCC

Color information

#037BCC (or 0x037BCC) is unknown color: approx Navy Blue. HEX triplet: 03, 7B and CC. RGB value is (3,123,204). Sum of RGB (Red+Green+Blue) = 3+123+204=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #037BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BCC is #FC8433. Grayscale: #5F5F5F. Windows color (decimal): -16548916 or 13400835. OLE color: 13400835.

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

Color convert

RGB3123204-
CMYK0.990.4000.2
HSL204.18º97.1%40.59%-
HSV(B)204.18º98.53%80%-
XYZ18.0218.5459.76-
YUV96.35188.7461.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=0.91%
G=37.27%
B=61.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31232040.990.4000.2204.1897.140.59
Hex37BCC6328014cc6129
Octal31733141435002431414151
Binary111111011110011001100011101000010100110011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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