#122269

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

Shades of Sapphire #122269

Tints of Sapphire #122269

Color information

#122269 (or 0x122269) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 69. RGB value is (18,34,105). Sum of RGB (Red+Green+Blue) = 18+34+105=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #122269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122269 is #EDDD96. Grayscale: #252525. Windows color (decimal): -15588759 or 6890002. OLE color: 6890002.

HSL color Cylindrical-coordinate representation of color #122269: hue angle of 228.97º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122269 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1834105-
CMYK0.830.6800.59
HSL228.97º70.73%24.12%-
HSV(B)228.97º82.86%41.18%-
XYZ3.372.2913.63-
YUV37.31166.2114.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=11.46%
G=21.66%
B=66.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18341050.830.6800.59228.9770.7324.12
Hex122269534403Be54718
Octal224215112310407334510730
Binary10010100010110100110100111000100011101111100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122269; }

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

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

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

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

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

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

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

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