Html Css Color HEX #1824B9 Persian Blue

📋 copy color: '#1824B9'

red 24 ◦ green 36 ◦ blue 185

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

Shades of Persian Blue #1824B9

Tints of Persian Blue #1824B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.51%

R = 9.8%
G = 14.69%
B = 75.51%

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

#1824B9 (or 0x1824B9) is known color: Persian Blue. HEX triplet: 18, 24 and B9. RGB value is (24,36,185). Sum of RGB (Red+Green+Blue) = 24+36+185=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #1824B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824B9 is #E7DB46. Grayscale: #303030. Windows color (decimal): -15194951 or 12133400. OLE color: 12133400.

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

Color convert

RGB 24 36 185 -
CMYK 0.87 0.81 0 0.27
HSL 235.53º 0.77% 0.41% -
HSV(B) 235.53º 0.87% 0.73% -
XYZ 9.76 4.96 46.34 -
YUV 49.4 204.52 109.88 -
System Red Green Blue C M Y K H S L
Decimal 24 36 185 0.87 0.81 0 0.27 235.53 0.77 0.41
Hex 18 24 B9 57 51 0 1B EC 4D 29
Octal 30 44 271 127 121 0 33 354 115 51
Binary 11000 100100 10111001 1010111 1010001 0 11011 11101100 1001101 101001

Color Harmonies of #1824B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824B9

Black with #1824B9

Text Example


Text Example

White with #1824B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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