#0a154d

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

Shades of Sapphire #0A154D

Tints of Sapphire #0A154D

Color information

#0A154D (or 0x0A154D) is unknown color: approx Sapphire. HEX triplet: 0A, 15 and 4D. RGB value is (10,21,77). Sum of RGB (Red+Green+Blue) = 10+21+77=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A154D is #F5EAB2. Grayscale: #171717. Windows color (decimal): -16116403 or 5051658. OLE color: 5051658.

HSL color Cylindrical-coordinate representation of color #0A154D: hue angle of 230.15º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A154D is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB102177-
CMYK0.870.7300.70
HSL230.15º77.01%17.06%-
HSV(B)230.15º87.01%30.2%-
XYZ1.731.147.15-
YUV24.1157.86117.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 77 (30.47% from 255) = 71.30%
R=9.26%
G=19.44%
B=71.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1021770.870.7300.70230.1577.0117.06
HexA154D5749046e64d11
Octal1225115127111010634611521
Binary1010101011001101101011110010010100011011100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a154d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,77); }

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

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

 a { background-color: rgb(10,21,77); }

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

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

 span { border-color: rgb(10,21,77); }

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