Html Css Color HEX #100E95 Ultramarine

📋 copy color: '#100E95'

red 16 ◦ green 14 ◦ blue 149

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

Shades of Ultramarine #100E95

Tints of Ultramarine #100E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 83.24%

R = 8.94%
G = 7.82%
B = 83.24%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100E95 (or 0x100E95) is known color: Ultramarine. HEX triplet: 10, 0E and 95. RGB value is (16,14,149). Sum of RGB (Red+Green+Blue) = 16+14+149=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #100E95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E95 is #EFF16A. Grayscale: #1D1D1D. Windows color (decimal): -15724907 or 9768464. OLE color: 9768464.

HSL color Cylindrical-coordinate representation of color #100E95: hue angle of 240.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100E95 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 14 149 -
CMYK 0.89 0.91 0 0.42
HSL 240.89º 0.83% 0.32% -
HSV(B) 240.89º 0.91% 0.58% -
XYZ 5.8 2.59 28.63 -
YUV 29.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 16 14 149 0.89 0.91 0 0.42 240.89 0.83 0.32
Hex 10 E 95 59 5B 0 2A F1 53 20
Octal 20 16 225 131 133 0 52 361 123 40
Binary 10000 1110 10010101 1011001 1011011 0 101010 11110001 1010011 100000

Color Harmonies of #100E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E95

Black with #100E95

Text Example


Text Example

White with #100E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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