Html Css Color HEX #200892 Ultramarine

📋 copy color: '#200892'

red 32 ◦ green 8 ◦ blue 146

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

Shades of Ultramarine #200892

Tints of Ultramarine #200892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 78.49%

R = 17.2%
G = 4.3%
B = 78.49%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#200892 (or 0x200892) is known color: Ultramarine. HEX triplet: 20, 08 and 92. RGB value is (32,8,146). Sum of RGB (Red+Green+Blue) = 32+8+146=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #200892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200892 is #DFF76D. Grayscale: #1E1E1E. Windows color (decimal): -14677870 or 9570336. OLE color: 9570336.

HSL color Cylindrical-coordinate representation of color #200892: hue angle of 250.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200892 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 8 146 -
CMYK 0.78 0.95 0 0.43
HSL 250.43º 0.9% 0.3% -
HSV(B) 250.43º 0.95% 0.57% -
XYZ 5.87 2.56 27.38 -
YUV 30.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 32 8 146 0.78 0.95 0 0.43 250.43 0.9 0.3
Hex 20 8 92 4E 5F 0 2B FA 5A 1E
Octal 40 10 222 116 137 0 53 372 132 36
Binary 100000 1000 10010010 1001110 1011111 0 101011 11111010 1011010 11110

Color Harmonies of #200892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200892

Black with #200892

Text Example


Text Example

White with #200892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200892; }

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

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

background-color css

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

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

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

border-color css

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

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

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