#12275A

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

Shades of Sapphire #12275A

Tints of Sapphire #12275A

Color information

#12275A (or 0x12275A) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 5A. RGB value is (18,39,90). Sum of RGB (Red+Green+Blue) = 18+39+90=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #12275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275A is #EDD8A5. Grayscale: #262626. Windows color (decimal): -15587494 or 5908242. OLE color: 5908242.

HSL color Cylindrical-coordinate representation of color #12275A: hue angle of 222.5º 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 #12275A is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183990-
CMYK0.800.5700.65
HSL222.5º66.67%21.18%-
HSV(B)222.5º80%35.29%-
XYZ2.822.329.97-
YUV38.53157.04113.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=12.24%
G=26.53%
B=61.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1839900.800.5700.65222.566.6721.18
Hex12275A5039041de4315
Octal224713212071010133610325
Binary10010100111101101010100001110010100000111011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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