Html Css Color HEX #1935C6 Persian Blue

📋 copy color: '#1935C6'

red 25 ◦ green 53 ◦ blue 198

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

Shades of Persian Blue #1935C6

Tints of Persian Blue #1935C6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 198 (77.73% from 255) = 71.74%

R = 9.06%
G = 19.2%
B = 71.74%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1935C6 (or 0x1935C6) is known color: Persian Blue. HEX triplet: 19, 35 and C6. RGB value is (25,53,198). Sum of RGB (Red+Green+Blue) = 25+53+198=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #1935C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935C6 is #E6CA39. Grayscale: #3C3C3C. Windows color (decimal): -15125050 or 12989721. OLE color: 12989721.

HSL color Cylindrical-coordinate representation of color #1935C6: hue angle of 230.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1935C6 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 53 198 -
CMYK 0.87 0.73 0 0.22
HSL 230.29º 0.78% 0.44% -
HSV(B) 230.29º 0.87% 0.78% -
XYZ 11.87 6.83 54.12 -
YUV 61.16 205.22 102.21 -
System Red Green Blue C M Y K H S L
Decimal 25 53 198 0.87 0.73 0 0.22 230.29 0.78 0.44
Hex 19 35 C6 57 49 0 16 E6 4E 2C
Octal 31 65 306 127 111 0 26 346 116 54
Binary 11001 110101 11000110 1010111 1001001 0 10110 11100110 1001110 101100

Color Harmonies of #1935C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935C6

Black with #1935C6

Text Example


Text Example

White with #1935C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1935C6; }

 p { color: rgb(25,53,198); }

 H1.HeaderClassName
 {
   color: #1935C6;
 }
 .AnyTagClassName
 {
   color: #1935C6;
 }
</style>

background-color css

<style>
 a { background-color: #1935C6; }

 a { background-color: rgb(25,53,198); }

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

border-color css

<style>
 span { border-color: #1935C6; }

 span { border-color: rgb(25,53,198); }

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