Html Css Color HEX #200785 Ultramarine

📋 copy color: '#200785'

red 32 ◦ green 7 ◦ blue 133

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

Shades of Ultramarine #200785

Tints of Ultramarine #200785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 77.33%

R = 18.6%
G = 4.07%
B = 77.33%

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

#200785 (or 0x200785) is known color: Ultramarine. HEX triplet: 20, 07 and 85. RGB value is (32,7,133). Sum of RGB (Red+Green+Blue) = 32+7+133=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #200785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200785 is #DFF87A. Grayscale: #1C1C1C. Windows color (decimal): -14678139 or 8718112. OLE color: 8718112.

HSL color Cylindrical-coordinate representation of color #200785: hue angle of 251.9º 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 #200785 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 7 133 -
CMYK 0.76 0.95 0 0.48
HSL 251.9º 0.9% 0.27% -
HSV(B) 251.9º 0.95% 0.52% -
XYZ 4.91 2.15 22.35 -
YUV 28.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 32 7 133 0.76 0.95 0 0.48 251.9 0.9 0.27
Hex 20 7 85 4C 5F 0 30 FC 5A 1B
Octal 40 7 205 114 137 0 60 374 132 33
Binary 100000 111 10000101 1001100 1011111 0 110000 11111100 1011010 11011

Color Harmonies of #200785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200785

Black with #200785

Text Example


Text Example

White with #200785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200785; }

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

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

background-color css

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

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

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

border-color css

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

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

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