Html Css Color HEX #200E9C Ultramarine

📋 copy color: '#200E9C'

red 32 ◦ green 14 ◦ blue 156

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

Shades of Ultramarine #200E9C

Tints of Ultramarine #200E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.23%

R = 15.84%
G = 6.93%
B = 77.23%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#200E9C (or 0x200E9C) is known color: Ultramarine. HEX triplet: 20, 0E and 9C. RGB value is (32,14,156). Sum of RGB (Red+Green+Blue) = 32+14+156=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #200E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E9C is #DFF163. Grayscale: #232323. Windows color (decimal): -14676324 or 10227232. OLE color: 10227232.

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

Color convert

RGB 32 14 156 -
CMYK 0.79 0.91 0 0.39
HSL 247.61º 0.84% 0.33% -
HSV(B) 247.61º 0.91% 0.61% -
XYZ 6.75 3.02 31.68 -
YUV 35.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 32 14 156 0.79 0.91 0 0.39 247.61 0.84 0.33
Hex 20 E 9C 4F 5B 0 27 F8 54 21
Octal 40 16 234 117 133 0 47 370 124 41
Binary 100000 1110 10011100 1001111 1011011 0 100111 11111000 1010100 100001

Color Harmonies of #200E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E9C

Black with #200E9C

Text Example


Text Example

White with #200E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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