Html Css Color HEX #100E84 Ultramarine

📋 copy color: '#100E84'

red 16 ◦ green 14 ◦ blue 132

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

Shades of Ultramarine #100E84

Tints of Ultramarine #100E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 81.48%

R = 9.88%
G = 8.64%
B = 81.48%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#100E84 (or 0x100E84) is known color: Ultramarine. HEX triplet: 10, 0E and 84. RGB value is (16,14,132). Sum of RGB (Red+Green+Blue) = 16+14+132=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 132 (51.95% from 255 or 81.48% from 162); Max value from RGB is 132 - color contains mainly: blue. Hex color #100E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E84 is #EFF17B. Grayscale: #1B1B1B. Windows color (decimal): -15724924 or 8654352. OLE color: 8654352.

HSL color Cylindrical-coordinate representation of color #100E84: hue angle of 241.02º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100E84 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 14 132 -
CMYK 0.88 0.89 0 0.48
HSL 241.02º 0.81% 0.29% -
HSV(B) 241.02º 0.89% 0.52% -
XYZ 4.54 2.09 21.99 -
YUV 28.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 16 14 132 0.88 0.89 0 0.48 241.02 0.81 0.29
Hex 10 E 84 58 59 0 30 F1 51 1D
Octal 20 16 204 130 131 0 60 361 121 35
Binary 10000 1110 10000100 1011000 1011001 0 110000 11110001 1010001 11101

Color Harmonies of #100E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E84

Black with #100E84

Text Example


Text Example

White with #100E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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