Html Css Color HEX #1935CC Persian Blue

📋 copy color: '#1935CC'

red 25 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #1935CC

Tints of Persian Blue #1935CC

RGB

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

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

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

R = 8.87%
G = 18.79%
B = 72.34%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1935CC (or 0x1935CC) is known color: Persian Blue. HEX triplet: 19, 35 and CC. RGB value is (25,53,204). Sum of RGB (Red+Green+Blue) = 25+53+204=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #1935CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935CC is #E6CA33. Grayscale: #3D3D3D. Windows color (decimal): -15125044 or 13382937. OLE color: 13382937.

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

Color convert

RGB 25 53 204 -
CMYK 0.88 0.74 0 0.2
HSL 230.61º 0.78% 0.45% -
HSV(B) 230.61º 0.88% 0.8% -
XYZ 12.57 7.11 57.84 -
YUV 61.84 208.22 101.72 -
System Red Green Blue C M Y K H S L
Decimal 25 53 204 0.88 0.74 0 0.2 230.61 0.78 0.45
Hex 19 35 CC 58 4A 0 14 E7 4E 2D
Octal 31 65 314 130 112 0 24 347 116 55
Binary 11001 110101 11001100 1011000 1001010 0 10100 11100111 1001110 101101

Color Harmonies of #1935CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935CC

Black with #1935CC

Text Example


Text Example

White with #1935CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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