Html Css Color HEX #200592 Ultramarine

📋 copy color: '#200592'

red 32 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #200592

Tints of Ultramarine #200592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 17.49%
G = 2.73%
B = 79.78%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#200592 (or 0x200592) is known color: Ultramarine. HEX triplet: 20, 05 and 92. RGB value is (32,5,146). Sum of RGB (Red+Green+Blue) = 32+5+146=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #200592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200592 is #DFFA6D. Grayscale: #1C1C1C. Windows color (decimal): -14678638 or 9569568. OLE color: 9569568.

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

Color convert

RGB 32 5 146 -
CMYK 0.78 0.97 0 0.43
HSL 251.49º 0.93% 0.3% -
HSV(B) 251.49º 0.97% 0.57% -
XYZ 5.84 2.49 27.37 -
YUV 29.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 32 5 146 0.78 0.97 0 0.43 251.49 0.93 0.3
Hex 20 5 92 4E 61 0 2B FB 5D 1E
Octal 40 5 222 116 141 0 53 373 135 36
Binary 100000 101 10010010 1001110 1100001 0 101011 11111011 1011101 11110

Color Harmonies of #200592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200592

Black with #200592

Text Example


Text Example

White with #200592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200592; }

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

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

background-color css

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

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

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

border-color css

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

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

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