Html Css Color HEX #122ECE Persian Blue

📋 copy color: '#122ECE'

red 18 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #122ECE

Tints of Persian Blue #122ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 6.67%
G = 17.04%
B = 76.3%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#122ECE (or 0x122ECE) is known color: Persian Blue. HEX triplet: 12, 2E and CE. RGB value is (18,46,206). Sum of RGB (Red+Green+Blue) = 18+46+206=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #122ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ECE is #EDD131. Grayscale: #373737. Windows color (decimal): -15585586 or 13512210. OLE color: 13512210.

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

Color convert

RGB 18 46 206 -
CMYK 0.91 0.78 0 0.19
HSL 231.06º 0.84% 0.44% -
HSV(B) 231.06º 0.91% 0.81% -
XYZ 12.37 6.54 59 -
YUV 55.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 18 46 206 0.91 0.78 0 0.19 231.06 0.84 0.44
Hex 12 2E CE 5B 4E 0 13 E7 54 2C
Octal 22 56 316 133 116 0 23 347 124 54
Binary 10010 101110 11001110 1011011 1001110 0 10011 11100111 1010100 101100

Color Harmonies of #122ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122ECE

Black with #122ECE

Text Example


Text Example

White with #122ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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