#0A1B4C

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

Shades of Sapphire #0A1B4C

Tints of Sapphire #0A1B4C

Color information

#0A1B4C (or 0x0A1B4C) is unknown color: approx Sapphire. HEX triplet: 0A, 1B and 4C. RGB value is (10,27,76). Sum of RGB (Red+Green+Blue) = 10+27+76=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A1B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B4C is #F5E4B3. Grayscale: #1B1B1B. Windows color (decimal): -16114868 or 4987658. OLE color: 4987658.

HSL color Cylindrical-coordinate representation of color #0A1B4C: hue angle of 224.55º 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 #0A1B4C is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB102776-
CMYK0.870.6400.70
HSL224.55º76.74%16.86%-
HSV(B)224.55º86.84%29.8%-
XYZ1.821.377.01-
YUV27.5155.37115.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=8.85%
G=23.89%
B=67.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1027760.870.6400.70224.5576.7416.86
HexA1B4C5740046e14d11
Octal1233114127100010634111521
Binary1010110111001100101011110000000100011011100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,27,76); }

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

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

 a { background-color: rgb(10,27,76); }

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

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

 span { border-color: rgb(10,27,76); }

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