Html Css Color HEX #122AC6 Persian Blue

📋 copy color: '#122AC6'

red 18 ◦ green 42 ◦ blue 198

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

Shades of Persian Blue #122AC6

Tints of Persian Blue #122AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 76.74%

R = 6.98%
G = 16.28%
B = 76.74%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#122AC6 (or 0x122AC6) is known color: Persian Blue. HEX triplet: 12, 2A and C6. RGB value is (18,42,198). Sum of RGB (Red+Green+Blue) = 18+42+198=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #122AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AC6 is #EDD539. Grayscale: #333333. Windows color (decimal): -15586618 or 12986898. OLE color: 12986898.

HSL color Cylindrical-coordinate representation of color #122AC6: hue angle of 232º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122AC6 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 42 198 -
CMYK 0.91 0.79 0 0.22
HSL 232º 0.83% 0.42% -
HSV(B) 232º 0.91% 0.78% -
XYZ 11.27 5.86 53.96 -
YUV 52.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 18 42 198 0.91 0.79 0 0.22 232 0.83 0.42
Hex 12 2A C6 5B 4F 0 16 E8 53 2A
Octal 22 52 306 133 117 0 26 350 123 52
Binary 10010 101010 11000110 1011011 1001111 0 10110 11101000 1010011 101010

Color Harmonies of #122AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122AC6

Black with #122AC6

Text Example


Text Example

White with #122AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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