Html Css Color HEX #122EEC Persian Blue

📋 copy color: '#122EEC'

red 18 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #122EEC

Tints of Persian Blue #122EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.67%

R = 6%
G = 15.33%
B = 78.67%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#122EEC (or 0x122EEC) is known color: Persian Blue. HEX triplet: 12, 2E and EC. RGB value is (18,46,236). Sum of RGB (Red+Green+Blue) = 18+46+236=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #122EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EEC is #EDD113. Grayscale: #3A3A3A. Windows color (decimal): -15585556 or 15478290. OLE color: 15478290.

HSL color Cylindrical-coordinate representation of color #122EEC: hue angle of 232.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EEC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 46 236 -
CMYK 0.92 0.81 0 0.07
HSL 232.29º 0.86% 0.5% -
HSV(B) 232.29º 0.92% 0.93% -
XYZ 16.37 8.14 80.07 -
YUV 59.29 227.72 98.55 -
System Red Green Blue C M Y K H S L
Decimal 18 46 236 0.92 0.81 0 0.07 232.29 0.86 0.5
Hex 12 2E EC 5C 51 0 7 E8 56 32
Octal 22 56 354 134 121 0 7 350 126 62
Binary 10010 101110 11101100 1011100 1010001 0 111 11101000 1010110 110010

Color Harmonies of #122EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EEC

Black with #122EEC

Text Example


Text Example

White with #122EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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