Html Css Color HEX #2018BE Persian Blue

📋 copy color: '#2018BE'

red 32 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #2018BE

Tints of Persian Blue #2018BE

RGB

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

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

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

R = 13.01%
G = 9.76%
B = 77.24%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2018BE (or 0x2018BE) is known color: Persian Blue. HEX triplet: 20, 18 and BE. RGB value is (32,24,190). Sum of RGB (Red+Green+Blue) = 32+24+190=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #2018BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018BE is #DFE741. Grayscale: #2C2C2C. Windows color (decimal): -14673730 or 12458016. OLE color: 12458016.

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

Color convert

RGB 32 24 190 -
CMYK 0.83 0.87 0 0.25
HSL 242.89º 0.78% 0.42% -
HSV(B) 242.89º 0.87% 0.75% -
XYZ 10.22 4.68 49.08 -
YUV 45.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 32 24 190 0.83 0.87 0 0.25 242.89 0.78 0.42
Hex 20 18 BE 53 57 0 19 F3 4E 2A
Octal 40 30 276 123 127 0 31 363 116 52
Binary 100000 11000 10111110 1010011 1010111 0 11001 11110011 1001110 101010

Color Harmonies of #2018BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018BE

Black with #2018BE

Text Example


Text Example

White with #2018BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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