#10158E

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

Shades of Ultramarine #10158E

Tints of Ultramarine #10158E

Color information

#10158E (or 0x10158E) is unknown color: approx Ultramarine. HEX triplet: 10, 15 and 8E. RGB value is (16,21,142). Sum of RGB (Red+Green+Blue) = 16+21+142=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #10158E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10158E is #EFEA71. Grayscale: #202020. Windows color (decimal): -15723122 or 9311504. OLE color: 9311504.

HSL color Cylindrical-coordinate representation of color #10158E: hue angle of 237.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10158E is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1621142-
CMYK0.890.8500.44
HSL237.62º79.75%30.98%-
HSV(B)237.62º88.73%55.69%-
XYZ5.362.625.81-
YUV33.3189.34115.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 142 (55.86% from 255) = 79.33%
R=8.94%
G=11.73%
B=79.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16211420.890.8500.44237.6279.7530.98
Hex10158E595502Cee501f
Octal202521613112505435612037
Binary10000101011000111010110011010101010110011101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10158E; }

 p { color: rgb(16,21,142); }

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

<style>
 a { background-color: #10158E; }

 a { background-color: rgb(16,21,142); }

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

<style>
 span { border-color: #10158E; }

 span { border-color: rgb(16,21,142); }

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