Html Css Color HEX #2018C6 Persian Blue

📋 copy color: '#2018C6'

red 32 ◦ green 24 ◦ blue 198

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

Shades of Persian Blue #2018C6

Tints of Persian Blue #2018C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 77.95%

R = 12.6%
G = 9.45%
B = 77.95%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2018C6 (or 0x2018C6) is known color: Persian Blue. HEX triplet: 20, 18 and C6. RGB value is (32,24,198). Sum of RGB (Red+Green+Blue) = 32+24+198=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 198 (77.73% from 255 or 77.95% from 254); Max value from RGB is 198 - color contains mainly: blue. Hex color #2018C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018C6 is #DFE739. Grayscale: #2D2D2D. Windows color (decimal): -14673722 or 12982304. OLE color: 12982304.

HSL color Cylindrical-coordinate representation of color #2018C6: hue angle of 242.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2018C6 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 24 198 -
CMYK 0.84 0.88 0 0.22
HSL 242.76º 0.78% 0.44% -
HSV(B) 242.76º 0.88% 0.78% -
XYZ 11.12 5.04 53.81 -
YUV 46.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 32 24 198 0.84 0.88 0 0.22 242.76 0.78 0.44
Hex 20 18 C6 54 58 0 16 F3 4E 2C
Octal 40 30 306 124 130 0 26 363 116 54
Binary 100000 11000 11000110 1010100 1011000 0 10110 11110011 1001110 101100

Color Harmonies of #2018C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018C6

Black with #2018C6

Text Example


Text Example

White with #2018C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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