Html Css Color HEX #2A18BE Persian Blue

📋 copy color: '#2A18BE'

red 42 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #2A18BE

Tints of Persian Blue #2A18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 16.41%
G = 9.38%
B = 74.22%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A18BE (or 0x2A18BE) is known color: Persian Blue. HEX triplet: 2A, 18 and BE. RGB value is (42,24,190). Sum of RGB (Red+Green+Blue) = 42+24+190=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A18BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A18BE is #D5E741. Grayscale: #2F2F2F. Windows color (decimal): -14018370 or 12458026. OLE color: 12458026.

HSL color Cylindrical-coordinate representation of color #2A18BE: hue angle of 246.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A18BE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 24 190 -
CMYK 0.78 0.87 0 0.25
HSL 246.51º 0.78% 0.42% -
HSV(B) 246.51º 0.87% 0.75% -
XYZ 10.58 4.86 49.1 -
YUV 48.31 207.96 123.5 -
System Red Green Blue C M Y K H S L
Decimal 42 24 190 0.78 0.87 0 0.25 246.51 0.78 0.42
Hex 2A 18 BE 4E 57 0 19 F7 4E 2A
Octal 52 30 276 116 127 0 31 367 116 52
Binary 101010 11000 10111110 1001110 1010111 0 11001 11110111 1001110 101010

Color Harmonies of #2A18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A18BE

Black with #2A18BE

Text Example


Text Example

White with #2A18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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