Html Css Color HEX #1735BF Persian Blue

📋 copy color: '#1735BF'

red 23 ◦ green 53 ◦ blue 191

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

Shades of Persian Blue #1735BF

Tints of Persian Blue #1735BF

RGB

 RED value IS 23 (9.38% from 255) = 8.61%

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

 BLUE value IS 191 (75% from 255) = 71.54%

R = 8.61%
G = 19.85%
B = 71.54%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1735BF (or 0x1735BF) is known color: Persian Blue. HEX triplet: 17, 35 and BF. RGB value is (23,53,191). Sum of RGB (Red+Green+Blue) = 23+53+191=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #1735BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735BF is #E8CA40. Grayscale: #3B3B3B. Windows color (decimal): -15256129 or 12530967. OLE color: 12530967.

HSL color Cylindrical-coordinate representation of color #1735BF: hue angle of 229.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1735BF is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 53 191 -
CMYK 0.88 0.72 0 0.25
HSL 229.29º 0.79% 0.42% -
HSV(B) 229.29º 0.88% 0.75% -
XYZ 11.03 6.49 49.96 -
YUV 59.76 202.06 101.78 -
System Red Green Blue C M Y K H S L
Decimal 23 53 191 0.88 0.72 0 0.25 229.29 0.79 0.42
Hex 17 35 BF 58 48 0 19 E5 4F 2A
Octal 27 65 277 130 110 0 31 345 117 52
Binary 10111 110101 10111111 1011000 1001000 0 11001 11100101 1001111 101010

Color Harmonies of #1735BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735BF

Black with #1735BF

Text Example


Text Example

White with #1735BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1735BF; }

 p { color: rgb(23,53,191); }

 H1.HeaderClassName
 {
   color: #1735BF;
 }
 .AnyTagClassName
 {
   color: #1735BF;
 }
</style>

background-color css

<style>
 a { background-color: #1735BF; }

 a { background-color: rgb(23,53,191); }

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

border-color css

<style>
 span { border-color: #1735BF; }

 span { border-color: rgb(23,53,191); }

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