#030C54

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

Shades of Sapphire #030C54

Tints of Sapphire #030C54

Color information

#030C54 (or 0x030C54) is unknown color: approx Sapphire. HEX triplet: 03, 0C and 54. RGB value is (3,12,84). Sum of RGB (Red+Green+Blue) = 3+12+84=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #030C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C54 is #FCF3AB. Grayscale: #111111. Windows color (decimal): -16577452 or 5508099. OLE color: 5508099.

HSL color Cylindrical-coordinate representation of color #030C54: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030C54 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31284-
CMYK0.960.8600.67
HSL233.33º93.1%17.06%-
HSV(B)233.33º96.43%32.94%-
XYZ1.770.928.47-
YUV17.52165.52117.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 84 (33.20% from 255) = 84.85%
R=3.03%
G=12.12%
B=84.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal312840.960.8600.67233.3393.117.06
Hex3C546056043e95d11
Octal314124140126010335113521
Binary1111001010100110000010101100100001111101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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