#030F57

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

Shades of Sapphire #030F57

Tints of Sapphire #030F57

Color information

#030F57 (or 0x030F57) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 57. RGB value is (3,15,87). Sum of RGB (Red+Green+Blue) = 3+15+87=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #030F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F57 is #FCF0A8. Grayscale: #131313. Windows color (decimal): -16576681 or 5705475. OLE color: 5705475.

HSL color Cylindrical-coordinate representation of color #030F57: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F57 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB31587-
CMYK0.970.8300.66
HSL231.43º93.33%17.65%-
HSV(B)231.43º96.55%34.12%-
XYZ1.931.059.12-
YUV19.62166.02116.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 87 (34.38% from 255) = 82.86%
R=2.86%
G=14.29%
B=82.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal315870.970.8300.66231.4393.3317.65
Hex3F576153042e75d12
Octal317127141123010234713522
Binary1111111010111110000110100110100001011100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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