Html Css Color HEX #122AE5 Persian Blue

📋 copy color: '#122AE5'

red 18 ◦ green 42 ◦ blue 229

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

Shades of Persian Blue #122AE5

Tints of Persian Blue #122AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

 BLUE value IS 229 (89.84% from 255) = 79.24%

R = 6.23%
G = 14.53%
B = 79.24%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#122AE5 (or 0x122AE5) is known color: Persian Blue. HEX triplet: 12, 2A and E5. RGB value is (18,42,229). Sum of RGB (Red+Green+Blue) = 18+42+229=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #122AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AE5 is #EDD51A. Grayscale: #373737. Windows color (decimal): -15586587 or 15018514. OLE color: 15018514.

HSL color Cylindrical-coordinate representation of color #122AE5: hue angle of 233.18º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122AE5 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 42 229 -
CMYK 0.92 0.82 0 0.10
HSL 233.18º 0.85% 0.48% -
HSV(B) 233.18º 0.92% 0.9% -
XYZ 15.22 7.44 74.76 -
YUV 56.14 225.55 100.79 -
System Red Green Blue C M Y K H S L
Decimal 18 42 229 0.92 0.82 0 0.10 233.18 0.85 0.48
Hex 12 2A E5 5C 52 0 A E9 55 30
Octal 22 52 345 134 122 0 12 351 125 60
Binary 10010 101010 11100101 1011100 1010010 0 1010 11101001 1010101 110000

Color Harmonies of #122AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122AE5

Black with #122AE5

Text Example


Text Example

White with #122AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,42,229); }

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

background-color css

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

 a { background-color: rgb(18,42,229); }

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

border-color css

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

 span { border-color: rgb(18,42,229); }

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