Html Css Color HEX #20087B Persian Indigo

📋 copy color: '#20087B'

red 32 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #20087B

Tints of Persian Indigo #20087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 123 (48.44% from 255) = 75.46%

R = 19.63%
G = 4.91%
B = 75.46%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#20087B (or 0x20087B) is known color: Persian Indigo. HEX triplet: 20, 08 and 7B. RGB value is (32,8,123). Sum of RGB (Red+Green+Blue) = 32+8+123=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #20087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20087B is #DFF784. Grayscale: #1B1B1B. Windows color (decimal): -14677893 or 8063008. OLE color: 8063008.

HSL color Cylindrical-coordinate representation of color #20087B: hue angle of 252.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20087B is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 32 8 123 -
CMYK 0.74 0.93 0 0.52
HSL 252.52º 0.88% 0.26% -
HSV(B) 252.52º 0.93% 0.48% -
XYZ 4.26 1.91 18.88 -
YUV 28.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 32 8 123 0.74 0.93 0 0.52 252.52 0.88 0.26
Hex 20 8 7B 4A 5D 0 34 FD 58 1A
Octal 40 10 173 112 135 0 64 375 130 32
Binary 100000 1000 1111011 1001010 1011101 0 110100 11111101 1011000 11010

Color Harmonies of #20087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20087B

Black with #20087B

Text Example


Text Example

White with #20087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20087B; }

 p { color: rgb(32,8,123); }

 H1.HeaderClassName
 {
   color: #20087B;
 }
 .AnyTagClassName
 {
   color: #20087B;
 }
</style>

background-color css

<style>
 a { background-color: #20087B; }

 a { background-color: rgb(32,8,123); }

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

border-color css

<style>
 span { border-color: #20087B; }

 span { border-color: rgb(32,8,123); }

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