#0A2357

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

Shades of Sapphire #0A2357

Tints of Sapphire #0A2357

Color information

#0A2357 (or 0x0A2357) is unknown color: approx Sapphire. HEX triplet: 0A, 23 and 57. RGB value is (10,35,87). Sum of RGB (Red+Green+Blue) = 10+35+87=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A2357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2357 is #F5DCA8. Grayscale: #212121. Windows color (decimal): -16112809 or 5710602. OLE color: 5710602.

HSL color Cylindrical-coordinate representation of color #0A2357: hue angle of 220.52º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2357 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB103587-
CMYK0.890.6000.66
HSL220.52º79.38%19.02%-
HSV(B)220.52º88.51%34.12%-
XYZ2.451.959.27-
YUV33.45158.22111.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 87 (34.38% from 255) = 65.91%
R=7.58%
G=26.52%
B=65.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1035870.890.6000.66220.5279.3819.02
HexA2357593C042dd4f13
Octal124312713174010233511723
Binary1010100011101011110110011111000100001011011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2357; }

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

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

<style>
 a { background-color: #0A2357; }

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

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

<style>
 span { border-color: #0A2357; }

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

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