Html Css Color HEX #1735BB Persian Blue

📋 copy color: '#1735BB'

red 23 ◦ green 53 ◦ blue 187

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

Shades of Persian Blue #1735BB

Tints of Persian Blue #1735BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 8.75%
G = 20.15%
B = 71.1%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1735BB (or 0x1735BB) is known color: Persian Blue. HEX triplet: 17, 35 and BB. RGB value is (23,53,187). Sum of RGB (Red+Green+Blue) = 23+53+187=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #1735BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735BB is #E8CA44. Grayscale: #3A3A3A. Windows color (decimal): -15256133 or 12268823. OLE color: 12268823.

HSL color Cylindrical-coordinate representation of color #1735BB: hue angle of 229.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1735BB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 53 187 -
CMYK 0.88 0.72 0 0.27
HSL 229.02º 0.78% 0.41% -
HSV(B) 229.02º 0.88% 0.73% -
XYZ 10.6 6.32 47.67 -
YUV 59.31 200.06 102.1 -
System Red Green Blue C M Y K H S L
Decimal 23 53 187 0.88 0.72 0 0.27 229.02 0.78 0.41
Hex 17 35 BB 58 48 0 1B E5 4E 29
Octal 27 65 273 130 110 0 33 345 116 51
Binary 10111 110101 10111011 1011000 1001000 0 11011 11100101 1001110 101001

Color Harmonies of #1735BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735BB

Black with #1735BB

Text Example


Text Example

White with #1735BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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