Html Css Color HEX #200982 Ultramarine

📋 copy color: '#200982'

red 32 ◦ green 9 ◦ blue 130

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

Shades of Ultramarine #200982

Tints of Ultramarine #200982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

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

R = 18.71%
G = 5.26%
B = 76.02%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#200982 (or 0x200982) is known color: Ultramarine. HEX triplet: 20, 09 and 82. RGB value is (32,9,130). Sum of RGB (Red+Green+Blue) = 32+9+130=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #200982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200982 is #DFF67D. Grayscale: #1D1D1D. Windows color (decimal): -14677630 or 8522016. OLE color: 8522016.

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

Color convert

RGB 32 9 130 -
CMYK 0.75 0.93 0 0.49
HSL 251.41º 0.87% 0.27% -
HSV(B) 251.41º 0.93% 0.51% -
XYZ 4.72 2.11 21.28 -
YUV 29.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 32 9 130 0.75 0.93 0 0.49 251.41 0.87 0.27
Hex 20 9 82 4B 5D 0 31 FB 57 1B
Octal 40 11 202 113 135 0 61 373 127 33
Binary 100000 1001 10000010 1001011 1011101 0 110001 11111011 1010111 11011

Color Harmonies of #200982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200982

Black with #200982

Text Example


Text Example

White with #200982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200982; }

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

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

background-color css

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

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

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

border-color css

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

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

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