Html Css Color HEX #122ECC Persian Blue

📋 copy color: '#122ECC'

red 18 ◦ green 46 ◦ blue 204

#122ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #122ECC

Tints of Persian Blue #122ECC

RGB

 RED value IS 18 (7.42% from 255) = 6.72%

 GREEN value IS 46 (18.36% from 255) = 17.16%

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 6.72%
G = 17.16%
B = 76.12%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#122ECC (or 0x122ECC) is known color: Persian Blue. HEX triplet: 12, 2E and CC. RGB value is (18,46,204). Sum of RGB (Red+Green+Blue) = 18+46+204=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #122ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ECC is #EDD133. Grayscale: #363636. Windows color (decimal): -15585588 or 13381138. OLE color: 13381138.

HSL color Cylindrical-coordinate representation of color #122ECC: hue angle of 230.97º 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 #122ECC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 46 204 -
CMYK 0.91 0.77 0 0.2
HSL 230.97º 0.84% 0.44% -
HSV(B) 230.97º 0.91% 0.8% -
XYZ 12.13 6.44 57.73 -
YUV 55.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 18 46 204 0.91 0.77 0 0.2 230.97 0.84 0.44
Hex 12 2E CC 5B 4D 0 14 E7 54 2C
Octal 22 56 314 133 115 0 24 347 124 54
Binary 10010 101110 11001100 1011011 1001101 0 10100 11100111 1010100 101100

Color Harmonies of #122ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122ECC

Black with #122ECC

Text Example


Text Example

White with #122ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #122ECC;
 }
 .AnyTagClassName
 {
   color: #122ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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