Html Css Color HEX #1936CB Persian Blue

📋 copy color: '#1936CB'

red 25 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #1936CB

Tints of Persian Blue #1936CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 8.87%
G = 19.15%
B = 71.99%

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

#1936CB (or 0x1936CB) is known color: Persian Blue. HEX triplet: 19, 36 and CB. RGB value is (25,54,203). Sum of RGB (Red+Green+Blue) = 25+54+203=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #1936CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1936CB is #E6C934. Grayscale: #3D3D3D. Windows color (decimal): -15124789 or 13317657. OLE color: 13317657.

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

Color convert

RGB 25 54 203 -
CMYK 0.88 0.73 0 0.20
HSL 230.22º 0.78% 0.45% -
HSV(B) 230.22º 0.88% 0.8% -
XYZ 12.5 7.16 57.22 -
YUV 62.32 207.39 101.38 -
System Red Green Blue C M Y K H S L
Decimal 25 54 203 0.88 0.73 0 0.20 230.22 0.78 0.45
Hex 19 36 CB 58 49 0 14 E6 4E 2D
Octal 31 66 313 130 111 0 24 346 116 55
Binary 11001 110110 11001011 1011000 1001001 0 10100 11100110 1001110 101101

Color Harmonies of #1936CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1936CB

Black with #1936CB

Text Example


Text Example

White with #1936CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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