#030D57

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

Shades of Sapphire #030D57

Tints of Sapphire #030D57

Color information

#030D57 (or 0x030D57) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 57. RGB value is (3,13,87). Sum of RGB (Red+Green+Blue) = 3+13+87=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #030D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D57 is #FCF2A8. Grayscale: #121212. Windows color (decimal): -16577193 or 5704963. OLE color: 5704963.

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

Color convert

RGB31387-
CMYK0.970.8500.66
HSL232.86º93.33%17.65%-
HSV(B)232.86º96.55%34.12%-
XYZ1.919.11-
YUV18.45166.69116.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 87 (34.38% from 255) = 84.47%
R=2.91%
G=12.62%
B=84.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal313870.970.8500.66232.8693.3317.65
Hex3D576155042e95d12
Octal315127141125010235113522
Binary1111011010111110000110101010100001011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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