#030A57

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

Shades of Sapphire #030A57

Tints of Sapphire #030A57

Color information

#030A57 (or 0x030A57) is unknown color: approx Sapphire. HEX triplet: 03, 0A and 57. RGB value is (3,10,87). Sum of RGB (Red+Green+Blue) = 3+10+87=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #030A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A57 is #FCF5A8. Grayscale: #101010. Windows color (decimal): -16577961 or 5704195. OLE color: 5704195.

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

Color convert

RGB31087-
CMYK0.970.8900.66
HSL235º93.33%17.65%-
HSV(B)235º96.55%34.12%-
XYZ1.870.929.1-
YUV16.69167.68118.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 87 (34.38% from 255) = 87%
R=3%
G=10%
B=87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal310870.970.8900.6623593.3317.65
Hex3A576159042eb5d12
Octal312127141131010235313522
Binary1110101010111110000110110010100001011101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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