Html Css Color HEX #1817BA Persian Blue

📋 copy color: '#1817BA'

red 24 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #1817BA

Tints of Persian Blue #1817BA

RGB

 RED value IS 24 (9.77% from 255) = 10.3%

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 10.3%
G = 9.87%
B = 79.83%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1817BA (or 0x1817BA) is known color: Persian Blue. HEX triplet: 18, 17 and BA. RGB value is (24,23,186). Sum of RGB (Red+Green+Blue) = 24+23+186=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #1817BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817BA is #E7E845. Grayscale: #292929. Windows color (decimal): -15198278 or 12195608. OLE color: 12195608.

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

Color convert

RGB 24 23 186 -
CMYK 0.87 0.88 0 0.27
HSL 240.37º 0.78% 0.41% -
HSV(B) 240.37º 0.88% 0.73% -
XYZ 9.55 4.35 46.79 -
YUV 41.88 209.33 115.25 -
System Red Green Blue C M Y K H S L
Decimal 24 23 186 0.87 0.88 0 0.27 240.37 0.78 0.41
Hex 18 17 BA 57 58 0 1B F0 4E 29
Octal 30 27 272 127 130 0 33 360 116 51
Binary 11000 10111 10111010 1010111 1011000 0 11011 11110000 1001110 101001

Color Harmonies of #1817BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1817BA

Black with #1817BA

Text Example


Text Example

White with #1817BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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