Html Css Color HEX #200EAB Ultramarine

📋 copy color: '#200EAB'

red 32 ◦ green 14 ◦ blue 171

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

Shades of Ultramarine #200EAB

Tints of Ultramarine #200EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 171 (67.19% from 255) = 78.8%

R = 14.75%
G = 6.45%
B = 78.8%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#200EAB (or 0x200EAB) is known color: Ultramarine. HEX triplet: 20, 0E and AB. RGB value is (32,14,171). Sum of RGB (Red+Green+Blue) = 32+14+171=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #200EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EAB is #DFF154. Grayscale: #242424. Windows color (decimal): -14676309 or 11210272. OLE color: 11210272.

HSL color Cylindrical-coordinate representation of color #200EAB: hue angle of 246.88º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200EAB is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 14 171 -
CMYK 0.81 0.92 0 0.33
HSL 246.88º 0.85% 0.36% -
HSV(B) 246.88º 0.92% 0.67% -
XYZ 8.1 3.56 38.79 -
YUV 37.28 203.46 124.23 -
System Red Green Blue C M Y K H S L
Decimal 32 14 171 0.81 0.92 0 0.33 246.88 0.85 0.36
Hex 20 E AB 51 5C 0 21 F7 55 24
Octal 40 16 253 121 134 0 41 367 125 44
Binary 100000 1110 10101011 1010001 1011100 0 100001 11110111 1010101 100100

Color Harmonies of #200EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EAB

Black with #200EAB

Text Example


Text Example

White with #200EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,14,171); }

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

background-color css

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

 a { background-color: rgb(32,14,171); }

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

border-color css

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

 span { border-color: rgb(32,14,171); }

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