Html Css Color HEX #122BEB Persian Blue

📋 copy color: '#122BEB'

red 18 ◦ green 43 ◦ blue 235

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

Shades of Persian Blue #122BEB

Tints of Persian Blue #122BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

 BLUE value IS 235 (92.19% from 255) = 79.39%

R = 6.08%
G = 14.53%
B = 79.39%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#122BEB (or 0x122BEB) is known color: Persian Blue. HEX triplet: 12, 2B and EB. RGB value is (18,43,235). Sum of RGB (Red+Green+Blue) = 18+43+235=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #122BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122BEB is #EDD414. Grayscale: #383838. Windows color (decimal): -15586325 or 15411986. OLE color: 15411986.

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

Color convert

RGB 18 43 235 -
CMYK 0.92 0.82 0 0.08
HSL 233.09º 0.86% 0.5% -
HSV(B) 233.09º 0.92% 0.92% -
XYZ 16.11 7.85 79.26 -
YUV 57.41 228.22 99.89 -
System Red Green Blue C M Y K H S L
Decimal 18 43 235 0.92 0.82 0 0.08 233.09 0.86 0.5
Hex 12 2B EB 5C 52 0 8 E9 56 32
Octal 22 53 353 134 122 0 10 351 126 62
Binary 10010 101011 11101011 1011100 1010010 0 1000 11101001 1010110 110010

Color Harmonies of #122BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BEB

Black with #122BEB

Text Example


Text Example

White with #122BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,235); }

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

background-color css

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

 a { background-color: rgb(18,43,235); }

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

border-color css

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

 span { border-color: rgb(18,43,235); }

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