Html Css Color HEX #1824BA Persian Blue

📋 copy color: '#1824BA'

red 24 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #1824BA

Tints of Persian Blue #1824BA

RGB

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

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

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

R = 9.76%
G = 14.63%
B = 75.61%

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

#1824BA (or 0x1824BA) is known color: Persian Blue. HEX triplet: 18, 24 and BA. RGB value is (24,36,186). Sum of RGB (Red+Green+Blue) = 24+36+186=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #1824BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824BA is #E7DB45. Grayscale: #303030. Windows color (decimal): -15194950 or 12198936. OLE color: 12198936.

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

Color convert

RGB 24 36 186 -
CMYK 0.87 0.81 0 0.27
HSL 235.56º 0.77% 0.41% -
HSV(B) 235.56º 0.87% 0.73% -
XYZ 9.87 5 46.9 -
YUV 49.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 24 36 186 0.87 0.81 0 0.27 235.56 0.77 0.41
Hex 18 24 BA 57 51 0 1B EC 4D 29
Octal 30 44 272 127 121 0 33 354 115 51
Binary 11000 100100 10111010 1010111 1010001 0 11011 11101100 1001101 101001

Color Harmonies of #1824BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824BA

Black with #1824BA

Text Example


Text Example

White with #1824BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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