#100E88

Color #100E88 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #100E88

Tints of Ultramarine #100E88

Color information

#100E88 (or 0x100E88) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 88. RGB value is (16,14,136). Sum of RGB (Red+Green+Blue) = 16+14+136=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #100E88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E88 is #EFF177. Grayscale: #1C1C1C. Windows color (decimal): -15724920 or 8916496. OLE color: 8916496.

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

Color convert

RGB1614136-
CMYK0.880.9000.47
HSL240.98º81.33%29.41%-
HSV(B)240.98º89.71%53.33%-
XYZ4.812.223.46-
YUV28.51188.66119.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 136 (53.52% from 255) = 81.93%
R=9.64%
G=8.43%
B=81.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16141360.880.9000.47240.9881.3329.41
Hex10E88585A02Ff1511d
Octal201621013013205736112135
Binary1000011101000100010110001011010010111111110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #100E88;
 }
 .AnyTagClassName
 {
   color: #100E88;
 }
</style>
background-color css

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

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

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

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

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

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