#030E57

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

Shades of Sapphire #030E57

Tints of Sapphire #030E57

Color information

#030E57 (or 0x030E57) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 57. RGB value is (3,14,87). Sum of RGB (Red+Green+Blue) = 3+14+87=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #030E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E57 is #FCF1A8. Grayscale: #121212. Windows color (decimal): -16576937 or 5705219. OLE color: 5705219.

HSL color Cylindrical-coordinate representation of color #030E57: hue angle of 232.14º 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 #030E57 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB31487-
CMYK0.970.8400.66
HSL232.14º93.33%17.65%-
HSV(B)232.14º96.55%34.12%-
XYZ1.911.029.11-
YUV19.03166.36116.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 87 (34.38% from 255) = 83.65%
R=2.88%
G=13.46%
B=83.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal314870.970.8400.66232.1493.3317.65
Hex3E576154042e85d12
Octal316127141124010235013522
Binary1111101010111110000110101000100001011101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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