#101E88

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

Shades of Ultramarine #101E88

Tints of Ultramarine #101E88

Color information

#101E88 (or 0x101E88) is unknown color: approx Ultramarine. HEX triplet: 10, 1E and 88. RGB value is (16,30,136). Sum of RGB (Red+Green+Blue) = 16+30+136=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 136 (53.52% from 255 or 74.73% from 182); Max value from RGB is 136 - color contains mainly: blue. Hex color #101E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101E88 is #EFE177. Grayscale: #252525. Windows color (decimal): -15720824 or 8920592. OLE color: 8920592.

HSL color Cylindrical-coordinate representation of color #101E88: hue angle of 233º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101E88 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1630136-
CMYK0.880.7800.47
HSL233º78.95%29.8%-
HSV(B)233º88.24%53.33%-
XYZ5.122.8223.57-
YUV37.9183.36112.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 136 (53.52% from 255) = 74.73%
R=8.79%
G=16.48%
B=74.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16301360.880.7800.4723378.9529.8
Hex101E88584E02Fe94f1e
Octal203621013011605735111736
Binary10000111101000100010110001001110010111111101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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