Html Css Color HEX #1937DD Persian Blue

📋 copy color: '#1937DD'

red 25 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #1937DD

Tints of Persian Blue #1937DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.42%

R = 8.31%
G = 18.27%
B = 73.42%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1937DD (or 0x1937DD) is known color: Persian Blue. HEX triplet: 19, 37 and DD. RGB value is (25,55,221). Sum of RGB (Red+Green+Blue) = 25+55+221=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #1937DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937DD is #E6C822. Grayscale: #404040. Windows color (decimal): -15124515 or 14497561. OLE color: 14497561.

HSL color Cylindrical-coordinate representation of color #1937DD: hue angle of 230.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1937DD is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 55 221 -
CMYK 0.89 0.75 0 0.13
HSL 230.82º 0.8% 0.48% -
HSV(B) 230.82º 0.89% 0.87% -
XYZ 14.82 8.16 69.2 -
YUV 64.95 216.06 99.5 -
System Red Green Blue C M Y K H S L
Decimal 25 55 221 0.89 0.75 0 0.13 230.82 0.8 0.48
Hex 19 37 DD 59 4B 0 D E7 50 30
Octal 31 67 335 131 113 0 15 347 120 60
Binary 11001 110111 11011101 1011001 1001011 0 1101 11100111 1010000 110000

Color Harmonies of #1937DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937DD

Black with #1937DD

Text Example


Text Example

White with #1937DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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