Html Css Color HEX #122DB9 Persian Blue

📋 copy color: '#122DB9'

red 18 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #122DB9

Tints of Persian Blue #122DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

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

R = 7.26%
G = 18.15%
B = 74.6%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#122DB9 (or 0x122DB9) is known color: Persian Blue. HEX triplet: 12, 2D and B9. RGB value is (18,45,185). Sum of RGB (Red+Green+Blue) = 18+45+185=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #122DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DB9 is #EDD246. Grayscale: #343434. Windows color (decimal): -15585863 or 12135698. OLE color: 12135698.

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

Color convert

RGB 18 45 185 -
CMYK 0.90 0.76 0 0.27
HSL 230.3º 0.82% 0.4% -
HSV(B) 230.3º 0.9% 0.73% -
XYZ 9.94 5.51 46.44 -
YUV 52.89 202.55 103.12 -
System Red Green Blue C M Y K H S L
Decimal 18 45 185 0.90 0.76 0 0.27 230.3 0.82 0.4
Hex 12 2D B9 5A 4C 0 1B E6 52 28
Octal 22 55 271 132 114 0 33 346 122 50
Binary 10010 101101 10111001 1011010 1001100 0 11011 11100110 1010010 101000

Color Harmonies of #122DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DB9

Black with #122DB9

Text Example


Text Example

White with #122DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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