Html Css Color HEX #200EA5 Ultramarine

📋 copy color: '#200EA5'

red 32 ◦ green 14 ◦ blue 165

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

Shades of Ultramarine #200EA5

Tints of Ultramarine #200EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.2%

R = 15.17%
G = 6.64%
B = 78.2%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#200EA5 (or 0x200EA5) is known color: Ultramarine. HEX triplet: 20, 0E and A5. RGB value is (32,14,165). Sum of RGB (Red+Green+Blue) = 32+14+165=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #200EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EA5 is #DFF15A. Grayscale: #242424. Windows color (decimal): -14676315 or 10817056. OLE color: 10817056.

HSL color Cylindrical-coordinate representation of color #200EA5: hue angle of 247.15º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200EA5 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 14 165 -
CMYK 0.81 0.92 0 0.35
HSL 247.15º 0.84% 0.35% -
HSV(B) 247.15º 0.92% 0.65% -
XYZ 7.54 3.34 35.84 -
YUV 36.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 32 14 165 0.81 0.92 0 0.35 247.15 0.84 0.35
Hex 20 E A5 51 5C 0 23 F7 54 23
Octal 40 16 245 121 134 0 43 367 124 43
Binary 100000 1110 10100101 1010001 1011100 0 100011 11110111 1010100 100011

Color Harmonies of #200EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EA5

Black with #200EA5

Text Example


Text Example

White with #200EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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