#122CCC

Color #122CCC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #122CCC

Tints of Persian Blue #122CCC

Color information

#122CCC (or 0x122CCC) is unknown color: approx Persian Blue. HEX triplet: 12, 2C and CC. RGB value is (18,44,204). Sum of RGB (Red+Green+Blue) = 18+44+204=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #122CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCC is #EDD333. Grayscale: #353535. Windows color (decimal): -15586100 or 13380626. OLE color: 13380626.

HSL color Cylindrical-coordinate representation of color #122CCC: hue angle of 231.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CCC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1844204-
CMYK0.910.7800.2
HSL231.61º83.78%43.53%-
HSV(B)231.61º91.18%80%-
XYZ12.056.2957.71-
YUV54.47212.39101.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 204 (80.08% from 255) = 76.69%
R=6.77%
G=16.54%
B=76.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18442040.910.7800.2231.6183.7843.53
Hex122CCC5B4E014e8542c
Octal225431413311602435012454
Binary100101011001100110010110111001110010100111010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122CCC; }

 p { color: rgb(18,44,204); }

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

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

 a { background-color: rgb(18,44,204); }

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

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

 span { border-color: rgb(18,44,204); }

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