Html Css Color HEX #122DE5 Persian Blue

📋 copy color: '#122DE5'

red 18 ◦ green 45 ◦ blue 229

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

Shades of Persian Blue #122DE5

Tints of Persian Blue #122DE5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 6.16%
G = 15.41%
B = 78.42%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#122DE5 (or 0x122DE5) is known color: Persian Blue. HEX triplet: 12, 2D and E5. RGB value is (18,45,229). Sum of RGB (Red+Green+Blue) = 18+45+229=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 229 (89.84% from 255 or 78.42% from 292); Max value from RGB is 229 - color contains mainly: blue. Hex color #122DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DE5 is #EDD21A. Grayscale: #393939. Windows color (decimal): -15585819 or 15019282. OLE color: 15019282.

HSL color Cylindrical-coordinate representation of color #122DE5: hue angle of 232.32º 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 #122DE5 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 45 229 -
CMYK 0.92 0.80 0 0.10
HSL 232.32º 0.85% 0.48% -
HSV(B) 232.32º 0.92% 0.9% -
XYZ 15.33 7.66 74.8 -
YUV 57.9 224.55 99.54 -
System Red Green Blue C M Y K H S L
Decimal 18 45 229 0.92 0.80 0 0.10 232.32 0.85 0.48
Hex 12 2D E5 5C 50 0 A E8 55 30
Octal 22 55 345 134 120 0 12 350 125 60
Binary 10010 101101 11100101 1011100 1010000 0 1010 11101000 1010101 110000

Color Harmonies of #122DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DE5

Black with #122DE5

Text Example


Text Example

White with #122DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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