Html Css Color HEX #1439DB Persian Blue

📋 copy color: '#1439DB'

red 20 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #1439DB

Tints of Persian Blue #1439DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 6.76%
G = 19.26%
B = 73.99%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1439DB (or 0x1439DB) is known color: Persian Blue. HEX triplet: 14, 39 and DB. RGB value is (20,57,219). Sum of RGB (Red+Green+Blue) = 20+57+219=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #1439DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439DB is #EBC624. Grayscale: #3F3F3F. Windows color (decimal): -15451685 or 14366996. OLE color: 14366996.

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

Color convert

RGB 20 57 219 -
CMYK 0.91 0.74 0 0.14
HSL 228.84º 0.83% 0.47% -
HSV(B) 228.84º 0.91% 0.86% -
XYZ 14.54 8.19 67.83 -
YUV 64.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 20 57 219 0.91 0.74 0 0.14 228.84 0.83 0.47
Hex 14 39 DB 5B 4A 0 E E5 53 2F
Octal 24 71 333 133 112 0 16 345 123 57
Binary 10100 111001 11011011 1011011 1001010 0 1110 11100101 1010011 101111

Color Harmonies of #1439DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439DB

Black with #1439DB

Text Example


Text Example

White with #1439DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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