Html Css Color HEX #200B85 Ultramarine

📋 copy color: '#200B85'

red 32 ◦ green 11 ◦ blue 133

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

Shades of Ultramarine #200B85

Tints of Ultramarine #200B85

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

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

R = 18.18%
G = 6.25%
B = 75.57%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200B85 (or 0x200B85) is known color: Ultramarine. HEX triplet: 20, 0B and 85. RGB value is (32,11,133). Sum of RGB (Red+Green+Blue) = 32+11+133=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #200B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200B85 is #DFF47A. Grayscale: #1E1E1E. Windows color (decimal): -14677115 or 8719136. OLE color: 8719136.

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

Color convert

RGB 32 11 133 -
CMYK 0.76 0.92 0 0.48
HSL 250.33º 0.85% 0.28% -
HSV(B) 250.33º 0.92% 0.52% -
XYZ 4.95 2.24 22.36 -
YUV 31.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 32 11 133 0.76 0.92 0 0.48 250.33 0.85 0.28
Hex 20 B 85 4C 5C 0 30 FA 55 1C
Octal 40 13 205 114 134 0 60 372 125 34
Binary 100000 1011 10000101 1001100 1011100 0 110000 11111010 1010101 11100

Color Harmonies of #200B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B85

Black with #200B85

Text Example


Text Example

White with #200B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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