Html Css Color HEX #200895 Ultramarine

📋 copy color: '#200895'

red 32 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #200895

Tints of Ultramarine #200895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 78.84%

R = 16.93%
G = 4.23%
B = 78.84%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200895 (or 0x200895) is known color: Ultramarine. HEX triplet: 20, 08 and 95. RGB value is (32,8,149). Sum of RGB (Red+Green+Blue) = 32+8+149=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #200895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200895 is #DFF76A. Grayscale: #1E1E1E. Windows color (decimal): -14677867 or 9766944. OLE color: 9766944.

HSL color Cylindrical-coordinate representation of color #200895: hue angle of 250.21º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200895 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 8 149 -
CMYK 0.79 0.95 0 0.42
HSL 250.21º 0.9% 0.31% -
HSV(B) 250.21º 0.95% 0.58% -
XYZ 6.11 2.65 28.62 -
YUV 31.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 32 8 149 0.79 0.95 0 0.42 250.21 0.9 0.31
Hex 20 8 95 4F 5F 0 2A FA 5A 1F
Octal 40 10 225 117 137 0 52 372 132 37
Binary 100000 1000 10010101 1001111 1011111 0 101010 11111010 1011010 11111

Color Harmonies of #200895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200895

Black with #200895

Text Example


Text Example

White with #200895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200895; }

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

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

background-color css

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

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

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

border-color css

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

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

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