Html Css Color HEX #200485 Ultramarine

📋 copy color: '#200485'

red 32 ◦ green 4 ◦ blue 133

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

Shades of Ultramarine #200485

Tints of Ultramarine #200485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

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

R = 18.93%
G = 2.37%
B = 78.7%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200485 (or 0x200485) is known color: Ultramarine. HEX triplet: 20, 04 and 85. RGB value is (32,4,133). Sum of RGB (Red+Green+Blue) = 32+4+133=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #200485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200485 is #DFFB7A. Grayscale: #1A1A1A. Windows color (decimal): -14678907 or 8717344. OLE color: 8717344.

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

Color convert

RGB 32 4 133 -
CMYK 0.76 0.97 0 0.48
HSL 253.02º 0.94% 0.27% -
HSV(B) 253.02º 0.97% 0.52% -
XYZ 4.87 2.09 22.34 -
YUV 27.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 32 4 133 0.76 0.97 0 0.48 253.02 0.94 0.27
Hex 20 4 85 4C 61 0 30 FD 5E 1B
Octal 40 4 205 114 141 0 60 375 136 33
Binary 100000 100 10000101 1001100 1100001 0 110000 11111101 1011110 11011

Color Harmonies of #200485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200485

Black with #200485

Text Example


Text Example

White with #200485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200485; }

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

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

background-color css

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

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

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

border-color css

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

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

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