#0A1C60

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

Shades of Sapphire #0A1C60

Tints of Sapphire #0A1C60

Color information

#0A1C60 (or 0x0A1C60) is unknown color: approx Sapphire. HEX triplet: 0A, 1C and 60. RGB value is (10,28,96). Sum of RGB (Red+Green+Blue) = 10+28+96=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A1C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C60 is #F5E39F. Grayscale: #1E1E1E. Windows color (decimal): -16114592 or 6298634. OLE color: 6298634.

HSL color Cylindrical-coordinate representation of color #0A1C60: hue angle of 227.44º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1C60 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB102896-
CMYK0.900.7100.62
HSL227.44º81.13%20.78%-
HSV(B)227.44º89.58%37.65%-
XYZ2.651.7411.26-
YUV30.37165.04113.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=7.46%
G=20.90%
B=71.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1028960.900.7100.62227.4481.1320.78
HexA1C605A4703Ee35115
Octal123414013210707634312125
Binary101011100110000010110101000111011111011100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,28,96); }

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

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

 a { background-color: rgb(10,28,96); }

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

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

 span { border-color: rgb(10,28,96); }

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