Html Css Color HEX #122FB9 Persian Blue

📋 copy color: '#122FB9'

red 18 ◦ green 47 ◦ blue 185

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

Shades of Persian Blue #122FB9

Tints of Persian Blue #122FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 7.2%
G = 18.8%
B = 74%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#122FB9 (or 0x122FB9) is known color: Persian Blue. HEX triplet: 12, 2F and B9. RGB value is (18,47,185). Sum of RGB (Red+Green+Blue) = 18+47+185=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #122FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FB9 is #EDD046. Grayscale: #353535. Windows color (decimal): -15585351 or 12136210. OLE color: 12136210.

HSL color Cylindrical-coordinate representation of color #122FB9: hue angle of 229.58º 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 #122FB9 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 47 185 -
CMYK 0.90 0.75 0 0.27
HSL 229.58º 0.82% 0.4% -
HSV(B) 229.58º 0.9% 0.73% -
XYZ 10.02 5.66 46.46 -
YUV 54.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 18 47 185 0.90 0.75 0 0.27 229.58 0.82 0.4
Hex 12 2F B9 5A 4B 0 1B E6 52 28
Octal 22 57 271 132 113 0 33 346 122 50
Binary 10010 101111 10111001 1011010 1001011 0 11011 11100110 1010010 101000

Color Harmonies of #122FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FB9

Black with #122FB9

Text Example


Text Example

White with #122FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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