Html Css Color HEX #2418BA Persian Blue

📋 copy color: '#2418BA'

red 36 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #2418BA

Tints of Persian Blue #2418BA

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2418BA (or 0x2418BA) is known color: Persian Blue. HEX triplet: 24, 18 and BA. RGB value is (36,24,186). Sum of RGB (Red+Green+Blue) = 36+24+186=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 24 (9.77% from 255 or 9.76% 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 #2418BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2418BA is #DBE745. Grayscale: #2D2D2D. Windows color (decimal): -14411590 or 12195876. OLE color: 12195876.

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

Color convert

RGB 36 24 186 -
CMYK 0.81 0.87 0 0.27
HSL 244.44º 0.77% 0.41% -
HSV(B) 244.44º 0.87% 0.73% -
XYZ 9.92 4.57 46.81 -
YUV 46.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 36 24 186 0.81 0.87 0 0.27 244.44 0.77 0.41
Hex 24 18 BA 51 57 0 1B F4 4D 29
Octal 44 30 272 121 127 0 33 364 115 51
Binary 100100 11000 10111010 1010001 1010111 0 11011 11110100 1001101 101001

Color Harmonies of #2418BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2418BA

Black with #2418BA

Text Example


Text Example

White with #2418BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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