Html Css Color HEX #200B9D Ultramarine

📋 copy color: '#200B9D'

red 32 ◦ green 11 ◦ blue 157

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

Shades of Ultramarine #200B9D

Tints of Ultramarine #200B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 78.5%

R = 16%
G = 5.5%
B = 78.5%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#200B9D (or 0x200B9D) is known color: Ultramarine. HEX triplet: 20, 0B and 9D. RGB value is (32,11,157). Sum of RGB (Red+Green+Blue) = 32+11+157=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #200B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200B9D is #DFF462. Grayscale: #212121. Windows color (decimal): -14677091 or 10292000. OLE color: 10292000.

HSL color Cylindrical-coordinate representation of color #200B9D: hue angle of 248.63º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200B9D is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 11 157 -
CMYK 0.80 0.93 0 0.38
HSL 248.63º 0.87% 0.33% -
HSV(B) 248.63º 0.93% 0.62% -
XYZ 6.8 2.98 32.12 -
YUV 33.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 32 11 157 0.80 0.93 0 0.38 248.63 0.87 0.33
Hex 20 B 9D 50 5D 0 26 F9 57 21
Octal 40 13 235 120 135 0 46 371 127 41
Binary 100000 1011 10011101 1010000 1011101 0 100110 11111001 1010111 100001

Color Harmonies of #200B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B9D

Black with #200B9D

Text Example


Text Example

White with #200B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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