#030B57

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

Shades of Sapphire #030B57

Tints of Sapphire #030B57

Color information

#030B57 (or 0x030B57) is unknown color: approx Sapphire. HEX triplet: 03, 0B and 57. RGB value is (3,11,87). Sum of RGB (Red+Green+Blue) = 3+11+87=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 87 (34.38% from 255 or 86.14% from 101); Max value from RGB is 87 - color contains mainly: blue. Hex color #030B57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B57 is #FCF4A8. Grayscale: #101010. Windows color (decimal): -16577705 or 5704451. OLE color: 5704451.

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

Color convert

RGB31187-
CMYK0.970.8700.66
HSL234.29º93.33%17.65%-
HSV(B)234.29º96.55%34.12%-
XYZ1.880.959.1-
YUV17.27167.35117.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 87 (34.38% from 255) = 86.14%
R=2.97%
G=10.89%
B=86.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal311870.970.8700.66234.2993.3317.65
Hex3B576157042ea5d12
Octal313127141127010235213522
Binary1110111010111110000110101110100001011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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