Html Css Color HEX #1935CF Persian Blue

📋 copy color: '#1935CF'

red 25 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #1935CF

Tints of Persian Blue #1935CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 8.77%
G = 18.6%
B = 72.63%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1935CF (or 0x1935CF) is known color: Persian Blue. HEX triplet: 19, 35 and CF. RGB value is (25,53,207). Sum of RGB (Red+Green+Blue) = 25+53+207=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #1935CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935CF is #E6CA30. Grayscale: #3D3D3D. Windows color (decimal): -15125041 or 13579545. OLE color: 13579545.

HSL color Cylindrical-coordinate representation of color #1935CF: hue angle of 230.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1935CF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 53 207 -
CMYK 0.88 0.74 0 0.19
HSL 230.77º 0.78% 0.45% -
HSV(B) 230.77º 0.88% 0.81% -
XYZ 12.94 7.26 59.75 -
YUV 62.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 25 53 207 0.88 0.74 0 0.19 230.77 0.78 0.45
Hex 19 35 CF 58 4A 0 13 E7 4E 2D
Octal 31 65 317 130 112 0 23 347 116 55
Binary 11001 110101 11001111 1011000 1001010 0 10011 11100111 1001110 101101

Color Harmonies of #1935CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935CF

Black with #1935CF

Text Example


Text Example

White with #1935CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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