Html Css Color HEX #1938CD Persian Blue

📋 copy color: '#1938CD'

red 25 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1938CD

Tints of Persian Blue #1938CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 8.74%
G = 19.58%
B = 71.68%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1938CD (or 0x1938CD) is known color: Persian Blue. HEX triplet: 19, 38 and CD. RGB value is (25,56,205). Sum of RGB (Red+Green+Blue) = 25+56+205=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #1938CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938CD is #E6C732. Grayscale: #3F3F3F. Windows color (decimal): -15124275 or 13449241. OLE color: 13449241.

HSL color Cylindrical-coordinate representation of color #1938CD: hue angle of 229.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1938CD is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 56 205 -
CMYK 0.88 0.73 0 0.20
HSL 229.67º 0.78% 0.45% -
HSV(B) 229.67º 0.88% 0.8% -
XYZ 12.83 7.44 58.52 -
YUV 63.72 207.73 100.38 -
System Red Green Blue C M Y K H S L
Decimal 25 56 205 0.88 0.73 0 0.20 229.67 0.78 0.45
Hex 19 38 CD 58 49 0 14 E6 4E 2D
Octal 31 70 315 130 111 0 24 346 116 55
Binary 11001 111000 11001101 1011000 1001001 0 10100 11100110 1001110 101101

Color Harmonies of #1938CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938CD

Black with #1938CD

Text Example


Text Example

White with #1938CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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