#030C76

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

Shades of Navy #030C76

Tints of Navy #030C76

Color information

#030C76 (or 0x030C76) is unknown color: approx Navy. HEX triplet: 03, 0C and 76. RGB value is (3,12,118). Sum of RGB (Red+Green+Blue) = 3+12+118=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #030C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C76 is #FCF389. Grayscale: #141414. Windows color (decimal): -16577418 or 7736323. OLE color: 7736323.

HSL color Cylindrical-coordinate representation of color #030C76: hue angle of 235.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C76 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB312118-
CMYK0.970.9000.54
HSL235.3º95.04%23.73%-
HSV(B)235.3º97.46%46.27%-
XYZ3.441.5917.27-
YUV21.39182.52114.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 118 (46.48% from 255) = 88.72%
R=2.26%
G=9.02%
B=88.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3121180.970.9000.54235.395.0423.73
Hex3C76615A036eb5f18
Octal31416614113206635313730
Binary111100111011011000011011010011011011101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030C76; }

 p { color: rgb(3,12,118); }

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

<style>
 a { background-color: #030C76; }

 a { background-color: rgb(3,12,118); }

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

<style>
 span { border-color: #030C76; }

 span { border-color: rgb(3,12,118); }

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