Html Css Color HEX #200784 Ultramarine

📋 copy color: '#200784'

red 32 ◦ green 7 ◦ blue 132

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

Shades of Ultramarine #200784

Tints of Ultramarine #200784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

 BLUE value IS 132 (51.95% from 255) = 77.19%

R = 18.71%
G = 4.09%
B = 77.19%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200784 (or 0x200784) is known color: Ultramarine. HEX triplet: 20, 07 and 84. RGB value is (32,7,132). Sum of RGB (Red+Green+Blue) = 32+7+132=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #200784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200784 is #DFF87B. Grayscale: #1C1C1C. Windows color (decimal): -14678140 or 8652576. OLE color: 8652576.

HSL color Cylindrical-coordinate representation of color #200784: hue angle of 252º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200784 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 7 132 -
CMYK 0.76 0.95 0 0.48
HSL 252º 0.9% 0.27% -
HSV(B) 252º 0.95% 0.52% -
XYZ 4.84 2.12 21.99 -
YUV 28.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 32 7 132 0.76 0.95 0 0.48 252 0.9 0.27
Hex 20 7 84 4C 5F 0 30 FC 5A 1B
Octal 40 7 204 114 137 0 60 374 132 33
Binary 100000 111 10000100 1001100 1011111 0 110000 11111100 1011010 11011

Color Harmonies of #200784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200784

Black with #200784

Text Example


Text Example

White with #200784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200784; }

 p { color: rgb(32,7,132); }

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

background-color css

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

 a { background-color: rgb(32,7,132); }

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

border-color css

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

 span { border-color: rgb(32,7,132); }

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