Html Css Color HEX #200092 Ultramarine

📋 copy color: '#200092'

red 32 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #200092

Tints of Ultramarine #200092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.98%
G = 0%
B = 82.02%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#200092 (or 0x200092) is known color: Ultramarine. HEX triplet: 20, 00 and 92. RGB value is (32,0,146). Sum of RGB (Red+Green+Blue) = 32+0+146=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #200092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200092 is #DFFF6D. Grayscale: #191919. Windows color (decimal): -14679918 or 9568288. OLE color: 9568288.

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

Color convert

RGB 32 0 146 -
CMYK 0.78 1 0 0.43
HSL 253.15º 1% 0.29% -
HSV(B) 253.15º 1% 0.57% -
XYZ 5.78 2.38 27.35 -
YUV 26.21 195.6 132.13 -
System Red Green Blue C M Y K H S L
Decimal 32 0 146 0.78 1 0 0.43 253.15 1 0.29
Hex 20 0 92 4E 64 0 2B FD 64 1D
Octal 40 0 222 116 144 0 53 375 144 35
Binary 100000 0 10010010 1001110 1100100 0 101011 11111101 1100100 11101

Color Harmonies of #200092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200092

Black with #200092

Text Example


Text Example

White with #200092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200092; }

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

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

background-color css

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

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

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

border-color css

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

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

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