Html Css Color HEX #122FE1 Persian Blue

📋 copy color: '#122FE1'

red 18 ◦ green 47 ◦ blue 225

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

Shades of Persian Blue #122FE1

Tints of Persian Blue #122FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 225 (88.28% from 255) = 77.59%

R = 6.21%
G = 16.21%
B = 77.59%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#122FE1 (or 0x122FE1) is known color: Persian Blue. HEX triplet: 12, 2F and E1. RGB value is (18,47,225). Sum of RGB (Red+Green+Blue) = 18+47+225=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #122FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FE1 is #EDD01E. Grayscale: #393939. Windows color (decimal): -15585311 or 14757650. OLE color: 14757650.

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

Color convert

RGB 18 47 225 -
CMYK 0.92 0.79 0 0.12
HSL 231.59º 0.85% 0.48% -
HSV(B) 231.59º 0.92% 0.88% -
XYZ 14.86 7.6 71.92 -
YUV 58.62 221.89 99.03 -
System Red Green Blue C M Y K H S L
Decimal 18 47 225 0.92 0.79 0 0.12 231.59 0.85 0.48
Hex 12 2F E1 5C 4F 0 C E8 55 30
Octal 22 57 341 134 117 0 14 350 125 60
Binary 10010 101111 11100001 1011100 1001111 0 1100 11101000 1010101 110000

Color Harmonies of #122FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FE1

Black with #122FE1

Text Example


Text Example

White with #122FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,47,225); }

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

background-color css

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

 a { background-color: rgb(18,47,225); }

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

border-color css

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

 span { border-color: rgb(18,47,225); }

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