Html Css Color HEX #1939DB Persian Blue

📋 copy color: '#1939DB'

red 25 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #1939DB

Tints of Persian Blue #1939DB

RGB

 RED value IS 25 (10.16% from 255) = 8.31%

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

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

R = 8.31%
G = 18.94%
B = 72.76%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1939DB (or 0x1939DB) is known color: Persian Blue. HEX triplet: 19, 39 and DB. RGB value is (25,57,219). Sum of RGB (Red+Green+Blue) = 25+57+219=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #1939DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1939DB is #E6C624. Grayscale: #414141. Windows color (decimal): -15124005 or 14367001. OLE color: 14367001.

HSL color Cylindrical-coordinate representation of color #1939DB: hue angle of 230.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1939DB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 57 219 -
CMYK 0.89 0.74 0 0.14
HSL 230.1º 0.8% 0.48% -
HSV(B) 230.1º 0.89% 0.86% -
XYZ 14.65 8.25 67.84 -
YUV 65.9 214.4 98.83 -
System Red Green Blue C M Y K H S L
Decimal 25 57 219 0.89 0.74 0 0.14 230.1 0.8 0.48
Hex 19 39 DB 59 4A 0 E E6 50 30
Octal 31 71 333 131 112 0 16 346 120 60
Binary 11001 111001 11011011 1011001 1001010 0 1110 11100110 1010000 110000

Color Harmonies of #1939DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1939DB

Black with #1939DB

Text Example


Text Example

White with #1939DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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