Html Css Color HEX #122EDB Persian Blue

📋 copy color: '#122EDB'

red 18 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #122EDB

Tints of Persian Blue #122EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.39%

R = 6.36%
G = 16.25%
B = 77.39%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#122EDB (or 0x122EDB) is known color: Persian Blue. HEX triplet: 12, 2E and DB. RGB value is (18,46,219). Sum of RGB (Red+Green+Blue) = 18+46+219=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #122EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EDB is #EDD124. Grayscale: #383838. Windows color (decimal): -15585573 or 14364178. OLE color: 14364178.

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

Color convert

RGB 18 46 219 -
CMYK 0.92 0.79 0 0.14
HSL 231.64º 0.85% 0.46% -
HSV(B) 231.64º 0.92% 0.86% -
XYZ 14.01 7.2 67.67 -
YUV 57.35 219.22 99.93 -
System Red Green Blue C M Y K H S L
Decimal 18 46 219 0.92 0.79 0 0.14 231.64 0.85 0.46
Hex 12 2E DB 5C 4F 0 E E8 55 2E
Octal 22 56 333 134 117 0 16 350 125 56
Binary 10010 101110 11011011 1011100 1001111 0 1110 11101000 1010101 101110

Color Harmonies of #122EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EDB

Black with #122EDB

Text Example


Text Example

White with #122EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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