Html Css Color HEX #122FC9 Persian Blue

📋 copy color: '#122FC9'

red 18 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #122FC9

Tints of Persian Blue #122FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 201 (78.91% from 255) = 75.56%

R = 6.77%
G = 17.67%
B = 75.56%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#122FC9 (or 0x122FC9) is known color: Persian Blue. HEX triplet: 12, 2F and C9. RGB value is (18,47,201). Sum of RGB (Red+Green+Blue) = 18+47+201=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #122FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FC9 is #EDD036. Grayscale: #373737. Windows color (decimal): -15585335 or 13184786. OLE color: 13184786.

HSL color Cylindrical-coordinate representation of color #122FC9: hue angle of 230.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FC9 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 47 201 -
CMYK 0.91 0.77 0 0.21
HSL 230.49º 0.84% 0.43% -
HSV(B) 230.49º 0.91% 0.79% -
XYZ 11.81 6.38 55.87 -
YUV 55.89 209.89 100.98 -
System Red Green Blue C M Y K H S L
Decimal 18 47 201 0.91 0.77 0 0.21 230.49 0.84 0.43
Hex 12 2F C9 5B 4D 0 15 E6 54 2B
Octal 22 57 311 133 115 0 25 346 124 53
Binary 10010 101111 11001001 1011011 1001101 0 10101 11100110 1010100 101011

Color Harmonies of #122FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FC9

Black with #122FC9

Text Example


Text Example

White with #122FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,47,201); }

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

background-color css

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

 a { background-color: rgb(18,47,201); }

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

border-color css

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

 span { border-color: rgb(18,47,201); }

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