#030F60

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

Shades of Sapphire #030F60

Tints of Sapphire #030F60

Color information

#030F60 (or 0x030F60) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 60. RGB value is (3,15,96). Sum of RGB (Red+Green+Blue) = 3+15+96=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #030F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F60 is #FCF09F. Grayscale: #141414. Windows color (decimal): -16576672 or 6295299. OLE color: 6295299.

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

Color convert

RGB31596-
CMYK0.970.8400.62
HSL232.26º93.94%19.41%-
HSV(B)232.26º96.88%37.65%-
XYZ2.321.2111.18-
YUV20.65170.52115.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 96 (37.89% from 255) = 84.21%
R=2.63%
G=13.16%
B=84.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal315960.970.8400.62232.2693.9419.41
Hex3F60615403Ee85e13
Octal31714014112407635013623
Binary111111110000011000011010100011111011101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,96); }

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

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

 a { background-color: rgb(3,15,96); }

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

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

 span { border-color: rgb(3,15,96); }

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