#030C5C

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

Shades of Sapphire #030C5C

Tints of Sapphire #030C5C

Color information

#030C5C (or 0x030C5C) is unknown color: approx Sapphire. HEX triplet: 03, 0C and 5C. RGB value is (3,12,92). Sum of RGB (Red+Green+Blue) = 3+12+92=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #030C5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C5C is #FCF3A3. Grayscale: #121212. Windows color (decimal): -16577444 or 6032387. OLE color: 6032387.

HSL color Cylindrical-coordinate representation of color #030C5C: hue angle of 233.93º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C5C is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31292-
CMYK0.970.8700.64
HSL233.93º93.68%18.63%-
HSV(B)233.93º96.74%36.08%-
XYZ2.11.0610.22-
YUV18.43169.52117-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 92 (36.33% from 255) = 85.98%
R=2.80%
G=11.21%
B=85.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal312920.970.8700.64233.9393.6818.63
Hex3C5C6157040ea5e13
Octal314134141127010035213623
Binary1111001011100110000110101110100000011101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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