Html Css Color HEX #200882 Ultramarine

📋 copy color: '#200882'

red 32 ◦ green 8 ◦ blue 130

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

Shades of Ultramarine #200882

Tints of Ultramarine #200882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 76.47%

R = 18.82%
G = 4.71%
B = 76.47%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#200882 (or 0x200882) is known color: Ultramarine. HEX triplet: 20, 08 and 82. RGB value is (32,8,130). Sum of RGB (Red+Green+Blue) = 32+8+130=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #200882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200882 is #DFF77D. Grayscale: #1C1C1C. Windows color (decimal): -14677886 or 8521760. OLE color: 8521760.

HSL color Cylindrical-coordinate representation of color #200882: hue angle of 251.8º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200882 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 8 130 -
CMYK 0.75 0.94 0 0.49
HSL 251.8º 0.88% 0.27% -
HSV(B) 251.8º 0.94% 0.51% -
XYZ 4.71 2.09 21.27 -
YUV 29.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 32 8 130 0.75 0.94 0 0.49 251.8 0.88 0.27
Hex 20 8 82 4B 5E 0 31 FC 58 1B
Octal 40 10 202 113 136 0 61 374 130 33
Binary 100000 1000 10000010 1001011 1011110 0 110001 11111100 1011000 11011

Color Harmonies of #200882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200882

Black with #200882

Text Example


Text Example

White with #200882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200882; }

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

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

background-color css

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

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

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

border-color css

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

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

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