#12285A

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

Shades of Sapphire #12285A

Tints of Sapphire #12285A

Color information

#12285A (or 0x12285A) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 5A. RGB value is (18,40,90). Sum of RGB (Red+Green+Blue) = 18+40+90=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #12285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12285A is #EDD7A5. Grayscale: #262626. Windows color (decimal): -15587238 or 5908498. OLE color: 5908498.

HSL color Cylindrical-coordinate representation of color #12285A: hue angle of 221.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12285A is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184090-
CMYK0.800.5600.65
HSL221.67º66.67%21.18%-
HSV(B)221.67º80%35.29%-
XYZ2.852.389.98-
YUV39.12156.71112.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=12.16%
G=27.03%
B=60.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1840900.800.5600.65221.6766.6721.18
Hex12285A5038041de4315
Octal225013212070010133610325
Binary10010101000101101010100001110000100000111011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12285A; }

 p { color: rgb(18,40,90); }

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

<style>
 a { background-color: #12285A; }

 a { background-color: rgb(18,40,90); }

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

<style>
 span { border-color: #12285A; }

 span { border-color: rgb(18,40,90); }

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