Html Css Color HEX #2018B4 Persian Blue

📋 copy color: '#2018B4'

red 32 ◦ green 24 ◦ blue 180

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

Shades of Persian Blue #2018B4

Tints of Persian Blue #2018B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 76.27%

R = 13.56%
G = 10.17%
B = 76.27%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2018B4 (or 0x2018B4) is known color: Persian Blue. HEX triplet: 20, 18 and B4. RGB value is (32,24,180). Sum of RGB (Red+Green+Blue) = 32+24+180=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #2018B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018B4 is #DFE74B. Grayscale: #2B2B2B. Windows color (decimal): -14673740 or 11802656. OLE color: 11802656.

HSL color Cylindrical-coordinate representation of color #2018B4: hue angle of 243.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2018B4 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 24 180 -
CMYK 0.82 0.87 0 0.29
HSL 243.08º 0.76% 0.4% -
HSV(B) 243.08º 0.87% 0.71% -
XYZ 9.16 4.26 43.52 -
YUV 44.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 32 24 180 0.82 0.87 0 0.29 243.08 0.76 0.4
Hex 20 18 B4 52 57 0 1D F3 4C 28
Octal 40 30 264 122 127 0 35 363 114 50
Binary 100000 11000 10110100 1010010 1010111 0 11101 11110011 1001100 101000

Color Harmonies of #2018B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018B4

Black with #2018B4

Text Example


Text Example

White with #2018B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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