#030C5B

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

Shades of Sapphire #030C5B

Tints of Sapphire #030C5B

Color information

#030C5B (or 0x030C5B) is unknown color: approx Sapphire. HEX triplet: 03, 0C and 5B. RGB value is (3,12,91). Sum of RGB (Red+Green+Blue) = 3+12+91=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 91 (35.94% from 255 or 85.85% from 106); Max value from RGB is 91 - color contains mainly: blue. Hex color #030C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C5B is #FCF3A4. Grayscale: #111111. Windows color (decimal): -16577445 or 5966851. OLE color: 5966851.

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

Color convert

RGB31291-
CMYK0.970.8700.64
HSL233.86º93.62%18.43%-
HSV(B)233.86º96.7%35.69%-
XYZ2.061.049.99-
YUV18.32169.02117.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 91 (35.94% from 255) = 85.85%
R=2.83%
G=11.32%
B=85.85%

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
Decimal312910.970.8700.64233.8693.6218.43
Hex3C5B6157040ea5e12
Octal314133141127010035213622
Binary1111001011011110000110101110100000011101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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