#12245C

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

Shades of Sapphire #12245C

Tints of Sapphire #12245C

Color information

#12245C (or 0x12245C) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 5C. RGB value is (18,36,92). Sum of RGB (Red+Green+Blue) = 18+36+92=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #12245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12245C is #EDDBA3. Grayscale: #242424. Windows color (decimal): -15588260 or 6038546. OLE color: 6038546.

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

Color convert

RGB183692-
CMYK0.800.6100.64
HSL225.41º67.27%21.57%-
HSV(B)225.41º80.43%36.08%-
XYZ2.812.1610.39-
YUV37159.04114.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=12.33%
G=24.66%
B=63.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1836920.800.6100.64225.4167.2721.57
Hex12245C503D040e14316
Octal224413412075010034110326
Binary10010100100101110010100001111010100000011100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12245C; }

 p { color: rgb(18,36,92); }

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

<style>
 a { background-color: #12245C; }

 a { background-color: rgb(18,36,92); }

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

<style>
 span { border-color: #12245C; }

 span { border-color: rgb(18,36,92); }

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