Html Css Color HEX #1938CB Persian Blue

📋 copy color: '#1938CB'

red 25 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #1938CB

Tints of Persian Blue #1938CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 8.8%
G = 19.72%
B = 71.48%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1938CB (or 0x1938CB) is known color: Persian Blue. HEX triplet: 19, 38 and CB. RGB value is (25,56,203). Sum of RGB (Red+Green+Blue) = 25+56+203=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #1938CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938CB is #E6C734. Grayscale: #3E3E3E. Windows color (decimal): -15124277 or 13318169. OLE color: 13318169.

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

Color convert

RGB 25 56 203 -
CMYK 0.88 0.72 0 0.20
HSL 229.55º 0.78% 0.45% -
HSV(B) 229.55º 0.88% 0.8% -
XYZ 12.59 7.35 57.25 -
YUV 63.49 206.73 100.55 -
System Red Green Blue C M Y K H S L
Decimal 25 56 203 0.88 0.72 0 0.20 229.55 0.78 0.45
Hex 19 38 CB 58 48 0 14 E6 4E 2D
Octal 31 70 313 130 110 0 24 346 116 55
Binary 11001 111000 11001011 1011000 1001000 0 10100 11100110 1001110 101101

Color Harmonies of #1938CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938CB

Black with #1938CB

Text Example


Text Example

White with #1938CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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