#10128D

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

Shades of Ultramarine #10128D

Tints of Ultramarine #10128D

Color information

#10128D (or 0x10128D) is unknown color: approx Ultramarine. HEX triplet: 10, 12 and 8D. RGB value is (16,18,141). Sum of RGB (Red+Green+Blue) = 16+18+141=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #10128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10128D is #EFED72. Grayscale: #1E1E1E. Windows color (decimal): -15723891 or 9245200. OLE color: 9245200.

HSL color Cylindrical-coordinate representation of color #10128D: hue angle of 239.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10128D is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1618141-
CMYK0.890.8700.45
HSL239.04º79.62%30.78%-
HSV(B)239.04º88.65%55.29%-
XYZ5.242.4725.4-
YUV31.42189.84117-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 141 (55.47% from 255) = 80.57%
R=9.14%
G=10.29%
B=80.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16181410.890.8700.45239.0479.6230.78
Hex10128D595702Def501f
Octal202221513112705535712037
Binary10000100101000110110110011010111010110111101111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10128D; }

 p { color: rgb(16,18,141); }

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

<style>
 a { background-color: #10128D; }

 a { background-color: rgb(16,18,141); }

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

<style>
 span { border-color: #10128D; }

 span { border-color: rgb(16,18,141); }

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