Html Css Color HEX #122EE6 Persian Blue

📋 copy color: '#122EE6'

red 18 ◦ green 46 ◦ blue 230

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

Shades of Persian Blue #122EE6

Tints of Persian Blue #122EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 78.23%

R = 6.12%
G = 15.65%
B = 78.23%

CMYK

 C value IS 0.92

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#122EE6 (or 0x122EE6) is known color: Persian Blue. HEX triplet: 12, 2E and E6. RGB value is (18,46,230). Sum of RGB (Red+Green+Blue) = 18+46+230=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #122EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EE6 is #EDD119. Grayscale: #393939. Windows color (decimal): -15585562 or 15085074. OLE color: 15085074.

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

Color convert

RGB 18 46 230 -
CMYK 0.92 0.8 0 0.10
HSL 232.08º 0.85% 0.49% -
HSV(B) 232.08º 0.92% 0.9% -
XYZ 15.51 7.8 75.55 -
YUV 58.6 224.72 99.04 -
System Red Green Blue C M Y K H S L
Decimal 18 46 230 0.92 0.8 0 0.10 232.08 0.85 0.49
Hex 12 2E E6 5C 50 0 A E8 55 31
Octal 22 56 346 134 120 0 12 350 125 61
Binary 10010 101110 11100110 1011100 1010000 0 1010 11101000 1010101 110001

Color Harmonies of #122EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EE6

Black with #122EE6

Text Example


Text Example

White with #122EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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