#0A1E4B

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

Shades of Sapphire #0A1E4B

Tints of Sapphire #0A1E4B

Color information

#0A1E4B (or 0x0A1E4B) is unknown color: approx Sapphire. HEX triplet: 0A, 1E and 4B. RGB value is (10,30,75). Sum of RGB (Red+Green+Blue) = 10+30+75=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A1E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E4B is #F5E1B4. Grayscale: #1C1C1C. Windows color (decimal): -16114101 or 4922890. OLE color: 4922890.

HSL color Cylindrical-coordinate representation of color #0A1E4B: hue angle of 221.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A1E4B is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB103075-
CMYK0.870.6000.71
HSL221.54º76.47%16.67%-
HSV(B)221.54º86.67%29.41%-
XYZ1.861.56.85-
YUV29.15153.87114.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=8.70%
G=26.09%
B=65.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1030750.870.6000.71221.5476.4716.67
HexA1E4B573C047de4c11
Octal123611312774010733611421
Binary101011110100101110101111111000100011111011110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,75); }

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

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

 a { background-color: rgb(10,30,75); }

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

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

 span { border-color: rgb(10,30,75); }

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