Html Css Color HEX #100E89 Ultramarine

📋 copy color: '#100E89'

red 16 ◦ green 14 ◦ blue 137

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

Shades of Ultramarine #100E89

Tints of Ultramarine #100E89

RGB

 RED value IS 16 (6.64% from 255) = 9.58%

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

 BLUE value IS 137 (53.91% from 255) = 82.04%

R = 9.58%
G = 8.38%
B = 82.04%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#100E89 (or 0x100E89) is known color: Ultramarine. HEX triplet: 10, 0E and 89. RGB value is (16,14,137). Sum of RGB (Red+Green+Blue) = 16+14+137=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #100E89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E89 is #EFF176. Grayscale: #1C1C1C. Windows color (decimal): -15724919 or 8982032. OLE color: 8982032.

HSL color Cylindrical-coordinate representation of color #100E89: hue angle of 240.98º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100E89 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 14 137 -
CMYK 0.88 0.90 0 0.46
HSL 240.98º 0.81% 0.3% -
HSV(B) 240.98º 0.9% 0.54% -
XYZ 4.89 2.23 23.84 -
YUV 28.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 16 14 137 0.88 0.90 0 0.46 240.98 0.81 0.3
Hex 10 E 89 58 5A 0 2E F1 51 1E
Octal 20 16 211 130 132 0 56 361 121 36
Binary 10000 1110 10001001 1011000 1011010 0 101110 11110001 1010001 11110

Color Harmonies of #100E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E89

Black with #100E89

Text Example


Text Example

White with #100E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E89; }

 p { color: rgb(16,14,137); }

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

background-color css

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

 a { background-color: rgb(16,14,137); }

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

border-color css

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

 span { border-color: rgb(16,14,137); }

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