Html Css Color HEX #1938CF Persian Blue

📋 copy color: '#1938CF'

red 25 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #1938CF

Tints of Persian Blue #1938CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 8.68%
G = 19.44%
B = 71.88%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1938CF (or 0x1938CF) is known color: Persian Blue. HEX triplet: 19, 38 and CF. RGB value is (25,56,207). Sum of RGB (Red+Green+Blue) = 25+56+207=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #1938CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938CF is #E6C730. Grayscale: #3F3F3F. Windows color (decimal): -15124273 or 13580313. OLE color: 13580313.

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

Color convert

RGB 25 56 207 -
CMYK 0.88 0.73 0 0.19
HSL 229.78º 0.78% 0.45% -
HSV(B) 229.78º 0.88% 0.81% -
XYZ 13.08 7.54 59.8 -
YUV 63.95 208.73 100.22 -
System Red Green Blue C M Y K H S L
Decimal 25 56 207 0.88 0.73 0 0.19 229.78 0.78 0.45
Hex 19 38 CF 58 49 0 13 E6 4E 2D
Octal 31 70 317 130 111 0 23 346 116 55
Binary 11001 111000 11001111 1011000 1001001 0 10011 11100110 1001110 101101

Color Harmonies of #1938CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938CF

Black with #1938CF

Text Example


Text Example

White with #1938CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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