Html Css Color HEX #200985 Ultramarine

📋 copy color: '#200985'

red 32 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #200985

Tints of Ultramarine #200985

RGB

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

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

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

R = 18.39%
G = 5.17%
B = 76.44%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200985 (or 0x200985) is known color: Ultramarine. HEX triplet: 20, 09 and 85. RGB value is (32,9,133). Sum of RGB (Red+Green+Blue) = 32+9+133=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #200985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200985 is #DFF67A. Grayscale: #1D1D1D. Windows color (decimal): -14677627 or 8718624. OLE color: 8718624.

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

Color convert

RGB 32 9 133 -
CMYK 0.76 0.93 0 0.48
HSL 251.13º 0.87% 0.28% -
HSV(B) 251.13º 0.93% 0.52% -
XYZ 4.93 2.2 22.35 -
YUV 30.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 32 9 133 0.76 0.93 0 0.48 251.13 0.87 0.28
Hex 20 9 85 4C 5D 0 30 FB 57 1C
Octal 40 11 205 114 135 0 60 373 127 34
Binary 100000 1001 10000101 1001100 1011101 0 110000 11111011 1010111 11100

Color Harmonies of #200985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200985

Black with #200985

Text Example


Text Example

White with #200985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200985; }

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

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

background-color css

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

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

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

border-color css

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

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

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