#12255B

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

Shades of Sapphire #12255B

Tints of Sapphire #12255B

Color information

#12255B (or 0x12255B) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 5B. RGB value is (18,37,91). Sum of RGB (Red+Green+Blue) = 18+37+91=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #12255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255B is #EDDAA4. Grayscale: #252525. Windows color (decimal): -15588005 or 5973266. OLE color: 5973266.

HSL color Cylindrical-coordinate representation of color #12255B: hue angle of 224.38º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12255B is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB183791-
CMYK0.800.5900.64
HSL224.38º66.97%21.37%-
HSV(B)224.38º80.22%35.69%-
XYZ2.82.2110.18-
YUV37.48158.21114.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=12.33%
G=25.34%
B=62.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1837910.800.5900.64224.3866.9721.37
Hex12255B503B040e04315
Octal224513312073010034010325
Binary10010100101101101110100001110110100000011100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12255B; }

 p { color: rgb(18,37,91); }

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

<style>
 a { background-color: #12255B; }

 a { background-color: rgb(18,37,91); }

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

<style>
 span { border-color: #12255B; }

 span { border-color: rgb(18,37,91); }

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