Html Css Color HEX #200D95 Ultramarine

📋 copy color: '#200D95'

red 32 ◦ green 13 ◦ blue 149

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

Shades of Ultramarine #200D95

Tints of Ultramarine #200D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

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

R = 16.49%
G = 6.7%
B = 76.8%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200D95 (or 0x200D95) is known color: Ultramarine. HEX triplet: 20, 0D and 95. RGB value is (32,13,149). Sum of RGB (Red+Green+Blue) = 32+13+149=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #200D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D95 is #DFF26A. Grayscale: #212121. Windows color (decimal): -14676587 or 9768224. OLE color: 9768224.

HSL color Cylindrical-coordinate representation of color #200D95: hue angle of 248.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200D95 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 13 149 -
CMYK 0.79 0.91 0 0.42
HSL 248.38º 0.84% 0.32% -
HSV(B) 248.38º 0.91% 0.58% -
XYZ 6.16 2.76 28.64 -
YUV 34.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 32 13 149 0.79 0.91 0 0.42 248.38 0.84 0.32
Hex 20 D 95 4F 5B 0 2A F8 54 20
Octal 40 15 225 117 133 0 52 370 124 40
Binary 100000 1101 10010101 1001111 1011011 0 101010 11111000 1010100 100000

Color Harmonies of #200D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D95

Black with #200D95

Text Example


Text Example

White with #200D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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