Html Css Color HEX #1422DB Persian Blue

📋 copy color: '#1422DB'

red 20 ◦ green 34 ◦ blue 219

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

Shades of Persian Blue #1422DB

Tints of Persian Blue #1422DB

RGB

 RED value IS 20 (8.2% from 255) = 7.33%

 GREEN value IS 34 (13.67% from 255) = 12.45%

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

R = 7.33%
G = 12.45%
B = 80.22%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1422DB (or 0x1422DB) is known color: Persian Blue. HEX triplet: 14, 22 and DB. RGB value is (20,34,219). Sum of RGB (Red+Green+Blue) = 20+34+219=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #1422DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1422DB is #EBDD24. Grayscale: #323232. Windows color (decimal): -15457573 or 14361108. OLE color: 14361108.

HSL color Cylindrical-coordinate representation of color #1422DB: hue angle of 235.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1422DB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 34 219 -
CMYK 0.91 0.84 0 0.14
HSL 235.78º 0.83% 0.47% -
HSV(B) 235.78º 0.91% 0.86% -
XYZ 13.65 6.41 67.54 -
YUV 50.9 222.86 105.96 -
System Red Green Blue C M Y K H S L
Decimal 20 34 219 0.91 0.84 0 0.14 235.78 0.83 0.47
Hex 14 22 DB 5B 54 0 E EC 53 2F
Octal 24 42 333 133 124 0 16 354 123 57
Binary 10100 100010 11011011 1011011 1010100 0 1110 11101100 1010011 101111

Color Harmonies of #1422DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1422DB

Black with #1422DB

Text Example


Text Example

White with #1422DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1422DB; }

 p { color: rgb(20,34,219); }

 H1.HeaderClassName
 {
   color: #1422DB;
 }
 .AnyTagClassName
 {
   color: #1422DB;
 }
</style>

background-color css

<style>
 a { background-color: #1422DB; }

 a { background-color: rgb(20,34,219); }

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

border-color css

<style>
 span { border-color: #1422DB; }

 span { border-color: rgb(20,34,219); }

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