Html Css Color HEX #122BDB Persian Blue

📋 copy color: '#122BDB'

red 18 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #122BDB

Tints of Persian Blue #122BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

 BLUE value IS 219 (85.94% from 255) = 78.21%

R = 6.43%
G = 15.36%
B = 78.21%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#122BDB (or 0x122BDB) is known color: Persian Blue. HEX triplet: 12, 2B and DB. RGB value is (18,43,219). Sum of RGB (Red+Green+Blue) = 18+43+219=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #122BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122BDB is #EDD424. Grayscale: #363636. Windows color (decimal): -15586341 or 14363410. OLE color: 14363410.

HSL color Cylindrical-coordinate representation of color #122BDB: hue angle of 232.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122BDB is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 43 219 -
CMYK 0.92 0.80 0 0.14
HSL 232.54º 0.85% 0.46% -
HSV(B) 232.54º 0.92% 0.86% -
XYZ 13.9 6.97 67.63 -
YUV 55.59 220.22 101.19 -
System Red Green Blue C M Y K H S L
Decimal 18 43 219 0.92 0.80 0 0.14 232.54 0.85 0.46
Hex 12 2B DB 5C 50 0 E E9 55 2E
Octal 22 53 333 134 120 0 16 351 125 56
Binary 10010 101011 11011011 1011100 1010000 0 1110 11101001 1010101 101110

Color Harmonies of #122BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BDB

Black with #122BDB

Text Example


Text Example

White with #122BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,219); }

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

background-color css

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

 a { background-color: rgb(18,43,219); }

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

border-color css

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

 span { border-color: rgb(18,43,219); }

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