Html Css Color HEX #200885 Ultramarine

📋 copy color: '#200885'

red 32 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #200885

Tints of Ultramarine #200885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 18.5%
G = 4.62%
B = 76.88%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200885 (or 0x200885) is known color: Ultramarine. HEX triplet: 20, 08 and 85. RGB value is (32,8,133). Sum of RGB (Red+Green+Blue) = 32+8+133=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #200885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200885 is #DFF77A. Grayscale: #1C1C1C. Windows color (decimal): -14677883 or 8718368. OLE color: 8718368.

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

Color convert

RGB 32 8 133 -
CMYK 0.76 0.94 0 0.48
HSL 251.52º 0.89% 0.28% -
HSV(B) 251.52º 0.94% 0.52% -
XYZ 4.92 2.17 22.35 -
YUV 29.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 32 8 133 0.76 0.94 0 0.48 251.52 0.89 0.28
Hex 20 8 85 4C 5E 0 30 FC 59 1C
Octal 40 10 205 114 136 0 60 374 131 34
Binary 100000 1000 10000101 1001100 1011110 0 110000 11111100 1011001 11100

Color Harmonies of #200885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200885

Black with #200885

Text Example


Text Example

White with #200885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200885; }

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

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

background-color css

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

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

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

border-color css

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

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

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