Html Css Color HEX #1442DB Persian Blue

📋 copy color: '#1442DB'

red 20 ◦ green 66 ◦ blue 219

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

Shades of Persian Blue #1442DB

Tints of Persian Blue #1442DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 6.56%
G = 21.64%
B = 71.8%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1442DB (or 0x1442DB) is known color: Persian Blue. HEX triplet: 14, 42 and DB. RGB value is (20,66,219). Sum of RGB (Red+Green+Blue) = 20+66+219=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #1442DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442DB is #EBBD24. Grayscale: #454545. Windows color (decimal): -15449381 or 14369300. OLE color: 14369300.

HSL color Cylindrical-coordinate representation of color #1442DB: hue angle of 226.13º 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 #1442DB is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 66 219 -
CMYK 0.91 0.70 0 0.14
HSL 226.13º 0.83% 0.47% -
HSV(B) 226.13º 0.91% 0.86% -
XYZ 15.02 9.16 67.99 -
YUV 69.69 212.26 92.56 -
System Red Green Blue C M Y K H S L
Decimal 20 66 219 0.91 0.70 0 0.14 226.13 0.83 0.47
Hex 14 42 DB 5B 46 0 E E2 53 2F
Octal 24 102 333 133 106 0 16 342 123 57
Binary 10100 1000010 11011011 1011011 1000110 0 1110 11100010 1010011 101111

Color Harmonies of #1442DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1442DB

Black with #1442DB

Text Example


Text Example

White with #1442DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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