Html Css Color HEX #2018BA Persian Blue

📋 copy color: '#2018BA'

red 32 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #2018BA

Tints of Persian Blue #2018BA

RGB

 RED value IS 32 (12.89% from 255) = 13.22%

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

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

R = 13.22%
G = 9.92%
B = 76.86%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2018BA (or 0x2018BA) is known color: Persian Blue. HEX triplet: 20, 18 and BA. RGB value is (32,24,186). Sum of RGB (Red+Green+Blue) = 32+24+186=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2018BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018BA is #DFE745. Grayscale: #2C2C2C. Windows color (decimal): -14673734 or 12195872. OLE color: 12195872.

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

Color convert

RGB 32 24 186 -
CMYK 0.83 0.87 0 0.27
HSL 242.96º 0.77% 0.41% -
HSV(B) 242.96º 0.87% 0.73% -
XYZ 9.79 4.51 46.81 -
YUV 44.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 32 24 186 0.83 0.87 0 0.27 242.96 0.77 0.41
Hex 20 18 BA 53 57 0 1B F3 4D 29
Octal 40 30 272 123 127 0 33 363 115 51
Binary 100000 11000 10111010 1010011 1010111 0 11011 11110011 1001101 101001

Color Harmonies of #2018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018BA

Black with #2018BA

Text Example


Text Example

White with #2018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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