Html Css Color HEX #200C8C Ultramarine

📋 copy color: '#200C8C'

red 32 ◦ green 12 ◦ blue 140

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

Shades of Ultramarine #200C8C

Tints of Ultramarine #200C8C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.52%

 BLUE value IS 140 (55.08% from 255) = 76.09%

R = 17.39%
G = 6.52%
B = 76.09%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#200C8C (or 0x200C8C) is known color: Ultramarine. HEX triplet: 20, 0C and 8C. RGB value is (32,12,140). Sum of RGB (Red+Green+Blue) = 32+12+140=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #200C8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200C8C is #DFF373. Grayscale: #202020. Windows color (decimal): -14676852 or 9178144. OLE color: 9178144.

HSL color Cylindrical-coordinate representation of color #200C8C: hue angle of 249.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200C8C is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 12 140 -
CMYK 0.77 0.91 0 0.45
HSL 249.38º 0.84% 0.3% -
HSV(B) 249.38º 0.91% 0.55% -
XYZ 5.46 2.46 25 -
YUV 32.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 32 12 140 0.77 0.91 0 0.45 249.38 0.84 0.3
Hex 20 C 8C 4D 5B 0 2D F9 54 1E
Octal 40 14 214 115 133 0 55 371 124 36
Binary 100000 1100 10001100 1001101 1011011 0 101101 11111001 1010100 11110

Color Harmonies of #200C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C8C

Black with #200C8C

Text Example


Text Example

White with #200C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,12,140); }

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

background-color css

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

 a { background-color: rgb(32,12,140); }

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

border-color css

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

 span { border-color: rgb(32,12,140); }

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