#12226E

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

Shades of Sapphire #12226E

Tints of Sapphire #12226E

Color information

#12226E (or 0x12226E) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 6E. RGB value is (18,34,110). Sum of RGB (Red+Green+Blue) = 18+34+110=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #12226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12226E is #EDDD91. Grayscale: #252525. Windows color (decimal): -15588754 or 7217682. OLE color: 7217682.

HSL color Cylindrical-coordinate representation of color #12226E: hue angle of 229.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12226E is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1834110-
CMYK0.840.6900.57
HSL229.57º71.88%25.1%-
HSV(B)229.57º83.64%43.14%-
XYZ3.642.415.02-
YUV37.88168.7113.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 110 (43.36% from 255) = 67.90%
R=11.11%
G=20.99%
B=67.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18341100.840.6900.57229.5771.8825.1
Hex12226E5445039e64819
Octal224215612410507134611031
Binary10010100010110111010101001000101011100111100110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12226E; }

 p { color: rgb(18,34,110); }

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

<style>
 a { background-color: #12226E; }

 a { background-color: rgb(18,34,110); }

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

<style>
 span { border-color: #12226E; }

 span { border-color: rgb(18,34,110); }

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