Html Css Color HEX #1938DB Persian Blue

📋 copy color: '#1938DB'

red 25 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #1938DB

Tints of Persian Blue #1938DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 8.33%
G = 18.67%
B = 73%

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

#1938DB (or 0x1938DB) is known color: Persian Blue. HEX triplet: 19, 38 and DB. RGB value is (25,56,219). Sum of RGB (Red+Green+Blue) = 25+56+219=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #1938DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938DB is #E6C724. Grayscale: #404040. Windows color (decimal): -15124261 or 14366745. OLE color: 14366745.

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

Color convert

RGB 25 56 219 -
CMYK 0.89 0.74 0 0.14
HSL 230.41º 0.8% 0.48% -
HSV(B) 230.41º 0.89% 0.86% -
XYZ 14.6 8.15 67.82 -
YUV 65.31 214.73 99.25 -
System Red Green Blue C M Y K H S L
Decimal 25 56 219 0.89 0.74 0 0.14 230.41 0.8 0.48
Hex 19 38 DB 59 4A 0 E E6 50 30
Octal 31 70 333 131 112 0 16 346 120 60
Binary 11001 111000 11011011 1011001 1001010 0 1110 11100110 1010000 110000

Color Harmonies of #1938DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938DB

Black with #1938DB

Text Example


Text Example

White with #1938DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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