Html Css Color HEX #122ABD Persian Blue

📋 copy color: '#122ABD'

red 18 ◦ green 42 ◦ blue 189

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

Shades of Persian Blue #122ABD

Tints of Persian Blue #122ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 7.23%
G = 16.87%
B = 75.9%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#122ABD (or 0x122ABD) is known color: Persian Blue. HEX triplet: 12, 2A and BD. RGB value is (18,42,189). Sum of RGB (Red+Green+Blue) = 18+42+189=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #122ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ABD is #EDD542. Grayscale: #323232. Windows color (decimal): -15586627 or 12397074. OLE color: 12397074.

HSL color Cylindrical-coordinate representation of color #122ABD: hue angle of 231.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122ABD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 42 189 -
CMYK 0.90 0.78 0 0.26
HSL 231.58º 0.83% 0.41% -
HSV(B) 231.58º 0.9% 0.74% -
XYZ 10.26 5.46 48.66 -
YUV 51.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 18 42 189 0.90 0.78 0 0.26 231.58 0.83 0.41
Hex 12 2A BD 5A 4E 0 1A E8 53 29
Octal 22 52 275 132 116 0 32 350 123 51
Binary 10010 101010 10111101 1011010 1001110 0 11010 11101000 1010011 101001

Color Harmonies of #122ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122ABD

Black with #122ABD

Text Example


Text Example

White with #122ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,42,189); }

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

background-color css

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

 a { background-color: rgb(18,42,189); }

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

border-color css

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

 span { border-color: rgb(18,42,189); }

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