#1938C1

Color #1938C1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1938C1

Tints of Persian Blue #1938C1

Color information

#1938C1 (or 0x1938C1) is unknown color: approx Persian Blue. HEX triplet: 19, 38 and C1. RGB value is (25,56,193). Sum of RGB (Red+Green+Blue) = 25+56+193=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #1938C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938C1 is #E6C73E. Grayscale: #3D3D3D. Windows color (decimal): -15124287 or 12662809. OLE color: 12662809.

HSL color Cylindrical-coordinate representation of color #1938C1: hue angle of 228.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1938C1 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2556193-
CMYK0.870.7100.24
HSL228.93º77.06%42.75%-
HSV(B)228.93º87.05%75.69%-
XYZ11.446.8951.18-
YUV62.35201.73101.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.12%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 193 (75.78% from 255) = 70.44%
R=9.12%
G=20.44%
B=70.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25561930.870.7100.24228.9377.0642.75
Hex1938C15747018e54d2b
Octal317030112710703034511553
Binary110011110001100000110101111000111011000111001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1938C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1938C1;
 }
 .AnyTagClassName
 {
   color: #1938C1;
 }
</style>
background-color css

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

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

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

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

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

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