Html Css Color HEX #1724BA Persian Blue

📋 copy color: '#1724BA'

red 23 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #1724BA

Tints of Persian Blue #1724BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 9.39%
G = 14.69%
B = 75.92%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1724BA (or 0x1724BA) is known color: Persian Blue. HEX triplet: 17, 24 and BA. RGB value is (23,36,186). Sum of RGB (Red+Green+Blue) = 23+36+186=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1724BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1724BA is #E8DB45. Grayscale: #303030. Windows color (decimal): -15260486 or 12198935. OLE color: 12198935.

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

Color convert

RGB 23 36 186 -
CMYK 0.88 0.81 0 0.27
HSL 235.21º 0.78% 0.41% -
HSV(B) 235.21º 0.88% 0.73% -
XYZ 9.85 4.99 46.9 -
YUV 49.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 23 36 186 0.88 0.81 0 0.27 235.21 0.78 0.41
Hex 17 24 BA 58 51 0 1B EB 4E 29
Octal 27 44 272 130 121 0 33 353 116 51
Binary 10111 100100 10111010 1011000 1010001 0 11011 11101011 1001110 101001

Color Harmonies of #1724BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1724BA

Black with #1724BA

Text Example


Text Example

White with #1724BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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