Html Css Color HEX #1938CC Persian Blue

📋 copy color: '#1938CC'

red 25 ◦ green 56 ◦ blue 204

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

Shades of Persian Blue #1938CC

Tints of Persian Blue #1938CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 8.77%
G = 19.65%
B = 71.58%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1938CC (or 0x1938CC) is known color: Persian Blue. HEX triplet: 19, 38 and CC. RGB value is (25,56,204). Sum of RGB (Red+Green+Blue) = 25+56+204=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #1938CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938CC is #E6C733. Grayscale: #3E3E3E. Windows color (decimal): -15124276 or 13383705. OLE color: 13383705.

HSL color Cylindrical-coordinate representation of color #1938CC: hue angle of 229.61º 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 #1938CC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 56 204 -
CMYK 0.88 0.73 0 0.2
HSL 229.61º 0.78% 0.45% -
HSV(B) 229.61º 0.88% 0.8% -
XYZ 12.71 7.39 57.88 -
YUV 63.6 207.23 100.47 -
System Red Green Blue C M Y K H S L
Decimal 25 56 204 0.88 0.73 0 0.2 229.61 0.78 0.45
Hex 19 38 CC 58 49 0 14 E6 4E 2D
Octal 31 70 314 130 111 0 24 346 116 55
Binary 11001 111000 11001100 1011000 1001001 0 10100 11100110 1001110 101101

Color Harmonies of #1938CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938CC

Black with #1938CC

Text Example


Text Example

White with #1938CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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