#0A1855

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

Shades of Sapphire #0A1855

Tints of Sapphire #0A1855

Color information

#0A1855 (or 0x0A1855) is unknown color: approx Sapphire. HEX triplet: 0A, 18 and 55. RGB value is (10,24,85). Sum of RGB (Red+Green+Blue) = 10+24+85=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1855 is #F5E7AA. Grayscale: #1A1A1A. Windows color (decimal): -16115627 or 5576714. OLE color: 5576714.

HSL color Cylindrical-coordinate representation of color #0A1855: hue angle of 228.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1855 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB102485-
CMYK0.880.7200.67
HSL228.8º78.95%18.63%-
HSV(B)228.8º88.24%33.33%-
XYZ2.091.378.75-
YUV26.77160.86116.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.40%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=8.40%
G=20.17%
B=71.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1024850.880.7200.67228.878.9518.63
HexA18555848043e54f13
Octal1230125130110010334511723
Binary1010110001010101101100010010000100001111100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,24,85); }

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

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

 a { background-color: rgb(10,24,85); }

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

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

 span { border-color: rgb(10,24,85); }

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