Html Css Color HEX #122ABB Persian Blue

📋 copy color: '#122ABB'

red 18 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #122ABB

Tints of Persian Blue #122ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 7.29%
G = 17%
B = 75.71%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#122ABB (or 0x122ABB) is known color: Persian Blue. HEX triplet: 12, 2A and BB. RGB value is (18,42,187). Sum of RGB (Red+Green+Blue) = 18+42+187=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #122ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ABB is #EDD544. Grayscale: #323232. Windows color (decimal): -15586629 or 12266002. OLE color: 12266002.

HSL color Cylindrical-coordinate representation of color #122ABB: hue angle of 231.48º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122ABB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 42 187 -
CMYK 0.90 0.78 0 0.27
HSL 231.48º 0.82% 0.4% -
HSV(B) 231.48º 0.9% 0.73% -
XYZ 10.05 5.37 47.52 -
YUV 51.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 18 42 187 0.90 0.78 0 0.27 231.48 0.82 0.4
Hex 12 2A BB 5A 4E 0 1B E7 52 28
Octal 22 52 273 132 116 0 33 347 122 50
Binary 10010 101010 10111011 1011010 1001110 0 11011 11100111 1010010 101000

Color Harmonies of #122ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122ABB

Black with #122ABB

Text Example


Text Example

White with #122ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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