#0A1D5B

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

Shades of Sapphire #0A1D5B

Tints of Sapphire #0A1D5B

Color information

#0A1D5B (or 0x0A1D5B) is unknown color: approx Sapphire. HEX triplet: 0A, 1D and 5B. RGB value is (10,29,91). Sum of RGB (Red+Green+Blue) = 10+29+91=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A1D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D5B is #F5E2A4. Grayscale: #1E1E1E. Windows color (decimal): -16114341 or 5971210. OLE color: 5971210.

HSL color Cylindrical-coordinate representation of color #0A1D5B: hue angle of 225.93º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1D5B is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB102991-
CMYK0.890.6800.64
HSL225.93º80.2%19.8%-
HSV(B)225.93º89.01%35.69%-
XYZ2.451.710.1-
YUV30.39162.21113.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 91 (35.94% from 255) = 70%
R=7.69%
G=22.31%
B=70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1029910.890.6800.64225.9380.219.8
HexA1D5B5944040e25014
Octal1235133131104010034212024
Binary1010111011011011101100110001000100000011100010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,91); }

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

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

 a { background-color: rgb(10,29,91); }

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

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

 span { border-color: rgb(10,29,91); }

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