Html Css Color HEX #1937DB Persian Blue

📋 copy color: '#1937DB'

red 25 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #1937DB

Tints of Persian Blue #1937DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 8.36%
G = 18.39%
B = 73.24%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1937DB (or 0x1937DB) is known color: Persian Blue. HEX triplet: 19, 37 and DB. RGB value is (25,55,219). Sum of RGB (Red+Green+Blue) = 25+55+219=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #1937DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937DB is #E6C824. Grayscale: #404040. Windows color (decimal): -15124517 or 14366489. OLE color: 14366489.

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

Color convert

RGB 25 55 219 -
CMYK 0.89 0.75 0 0.14
HSL 230.72º 0.8% 0.48% -
HSV(B) 230.72º 0.89% 0.86% -
XYZ 14.55 8.05 67.81 -
YUV 64.73 215.06 99.66 -
System Red Green Blue C M Y K H S L
Decimal 25 55 219 0.89 0.75 0 0.14 230.72 0.8 0.48
Hex 19 37 DB 59 4B 0 E E7 50 30
Octal 31 67 333 131 113 0 16 347 120 60
Binary 11001 110111 11011011 1011001 1001011 0 1110 11100111 1010000 110000

Color Harmonies of #1937DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937DB

Black with #1937DB

Text Example


Text Example

White with #1937DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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