Html Css Color HEX #1935DA Persian Blue

📋 copy color: '#1935DA'

red 25 ◦ green 53 ◦ blue 218

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

Shades of Persian Blue #1935DA

Tints of Persian Blue #1935DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.65%

R = 8.45%
G = 17.91%
B = 73.65%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1935DA (or 0x1935DA) is known color: Persian Blue. HEX triplet: 19, 35 and DA. RGB value is (25,53,218). Sum of RGB (Red+Green+Blue) = 25+53+218=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #1935DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935DA is #E6CA25. Grayscale: #3E3E3E. Windows color (decimal): -15125030 or 14300441. OLE color: 14300441.

HSL color Cylindrical-coordinate representation of color #1935DA: hue angle of 231.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1935DA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 53 218 -
CMYK 0.89 0.76 0 0.15
HSL 231.3º 0.79% 0.48% -
HSV(B) 231.3º 0.89% 0.85% -
XYZ 14.33 7.81 67.08 -
YUV 63.44 215.22 100.58 -
System Red Green Blue C M Y K H S L
Decimal 25 53 218 0.89 0.76 0 0.15 231.3 0.79 0.48
Hex 19 35 DA 59 4C 0 F E7 4F 30
Octal 31 65 332 131 114 0 17 347 117 60
Binary 11001 110101 11011010 1011001 1001100 0 1111 11100111 1001111 110000

Color Harmonies of #1935DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935DA

Black with #1935DA

Text Example


Text Example

White with #1935DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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