Html Css Color HEX #1735BA Persian Blue

📋 copy color: '#1735BA'

red 23 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #1735BA

Tints of Persian Blue #1735BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 8.78%
G = 20.23%
B = 70.99%

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

#1735BA (or 0x1735BA) is known color: Persian Blue. HEX triplet: 17, 35 and BA. RGB value is (23,53,186). Sum of RGB (Red+Green+Blue) = 23+53+186=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #1735BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735BA is #E8CA45. Grayscale: #3A3A3A. Windows color (decimal): -15256134 or 12203287. OLE color: 12203287.

HSL color Cylindrical-coordinate representation of color #1735BA: hue angle of 228.96º 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 #1735BA is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 53 186 -
CMYK 0.88 0.72 0 0.27
HSL 228.96º 0.78% 0.41% -
HSV(B) 228.96º 0.88% 0.73% -
XYZ 10.49 6.27 47.11 -
YUV 59.19 199.56 102.19 -
System Red Green Blue C M Y K H S L
Decimal 23 53 186 0.88 0.72 0 0.27 228.96 0.78 0.41
Hex 17 35 BA 58 48 0 1B E5 4E 29
Octal 27 65 272 130 110 0 33 345 116 51
Binary 10111 110101 10111010 1011000 1001000 0 11011 11100101 1001110 101001

Color Harmonies of #1735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735BA

Black with #1735BA

Text Example


Text Example

White with #1735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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