Html Css Color HEX #122EC2 Persian Blue

📋 copy color: '#122EC2'

red 18 ◦ green 46 ◦ blue 194

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

Shades of Persian Blue #122EC2

Tints of Persian Blue #122EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 75.19%

R = 6.98%
G = 17.83%
B = 75.19%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#122EC2 (or 0x122EC2) is known color: Persian Blue. HEX triplet: 12, 2E and C2. RGB value is (18,46,194). Sum of RGB (Red+Green+Blue) = 18+46+194=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 194 (76.17% from 255 or 75.19% from 258); Max value from RGB is 194 - color contains mainly: blue. Hex color #122EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EC2 is #EDD13D. Grayscale: #353535. Windows color (decimal): -15585598 or 12725778. OLE color: 12725778.

HSL color Cylindrical-coordinate representation of color #122EC2: hue angle of 230.45º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122EC2 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 46 194 -
CMYK 0.91 0.76 0 0.24
HSL 230.45º 0.83% 0.42% -
HSV(B) 230.45º 0.91% 0.76% -
XYZ 10.96 5.98 51.61 -
YUV 54.5 206.72 101.97 -
System Red Green Blue C M Y K H S L
Decimal 18 46 194 0.91 0.76 0 0.24 230.45 0.83 0.42
Hex 12 2E C2 5B 4C 0 18 E6 53 2A
Octal 22 56 302 133 114 0 30 346 123 52
Binary 10010 101110 11000010 1011011 1001100 0 11000 11100110 1010011 101010

Color Harmonies of #122EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EC2

Black with #122EC2

Text Example


Text Example

White with #122EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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