#122267

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

Shades of Sapphire #122267

Tints of Sapphire #122267

Color information

#122267 (or 0x122267) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 67. RGB value is (18,34,103). Sum of RGB (Red+Green+Blue) = 18+34+103=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #122267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122267 is #EDDD98. Grayscale: #242424. Windows color (decimal): -15588761 or 6758930. OLE color: 6758930.

HSL color Cylindrical-coordinate representation of color #122267: hue angle of 228.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122267 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1834103-
CMYK0.830.6700.60
HSL228.71º70.25%23.73%-
HSV(B)228.71º82.52%40.39%-
XYZ3.272.2513.09-
YUV37.08165.2114.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 103 (40.62% from 255) = 66.45%
R=11.61%
G=21.94%
B=66.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18341030.830.6700.60228.7170.2523.73
Hex122267534303Ce54618
Octal224214712310307434510630
Binary10010100010110011110100111000011011110011100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122267; }

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

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

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

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

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

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

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

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