Html Css Color HEX #1823BA Persian Blue

📋 copy color: '#1823BA'

red 24 ◦ green 35 ◦ blue 186

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

Shades of Persian Blue #1823BA

Tints of Persian Blue #1823BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 9.8%
G = 14.29%
B = 75.92%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1823BA (or 0x1823BA) is known color: Persian Blue. HEX triplet: 18, 23 and BA. RGB value is (24,35,186). Sum of RGB (Red+Green+Blue) = 24+35+186=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 35 (14.06% from 255 or 14.29% 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 #1823BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1823BA is #E7DC45. Grayscale: #303030. Windows color (decimal): -15195206 or 12198680. OLE color: 12198680.

HSL color Cylindrical-coordinate representation of color #1823BA: hue angle of 235.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1823BA is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 35 186 -
CMYK 0.87 0.81 0 0.27
HSL 235.93º 0.77% 0.41% -
HSV(B) 235.93º 0.87% 0.73% -
XYZ 9.84 4.94 46.89 -
YUV 48.93 205.36 110.22 -
System Red Green Blue C M Y K H S L
Decimal 24 35 186 0.87 0.81 0 0.27 235.93 0.77 0.41
Hex 18 23 BA 57 51 0 1B EC 4D 29
Octal 30 43 272 127 121 0 33 354 115 51
Binary 11000 100011 10111010 1010111 1010001 0 11011 11101100 1001101 101001

Color Harmonies of #1823BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823BA

Black with #1823BA

Text Example


Text Example

White with #1823BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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