Html Css Color HEX #2A18BA Persian Blue

📋 copy color: '#2A18BA'

red 42 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #2A18BA

Tints of Persian Blue #2A18BA

RGB

 RED value IS 42 (16.8% from 255) = 16.67%

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

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

R = 16.67%
G = 9.52%
B = 73.81%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A18BA (or 0x2A18BA) is known color: Persian Blue. HEX triplet: 2A, 18 and BA. RGB value is (42,24,186). Sum of RGB (Red+Green+Blue) = 42+24+186=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A18BA is #D5E745. Grayscale: #2F2F2F. Windows color (decimal): -14018374 or 12195882. OLE color: 12195882.

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

Color convert

RGB 42 24 186 -
CMYK 0.77 0.87 0 0.27
HSL 246.67º 0.77% 0.41% -
HSV(B) 246.67º 0.87% 0.73% -
XYZ 10.14 4.69 46.83 -
YUV 47.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 42 24 186 0.77 0.87 0 0.27 246.67 0.77 0.41
Hex 2A 18 BA 4D 57 0 1B F7 4D 29
Octal 52 30 272 115 127 0 33 367 115 51
Binary 101010 11000 10111010 1001101 1010111 0 11011 11110111 1001101 101001

Color Harmonies of #2A18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A18BA

Black with #2A18BA

Text Example


Text Example

White with #2A18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A18BA; }

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

 H1.HeaderClassName
 {
   color: #2A18BA;
 }
 .AnyTagClassName
 {
   color: #2A18BA;
 }
</style>

background-color css

<style>
 a { background-color: #2A18BA; }

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

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

border-color css

<style>
 span { border-color: #2A18BA; }

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

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