#10128B

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

Shades of Ultramarine #10128B

Tints of Ultramarine #10128B

Color information

#10128B (or 0x10128B) is unknown color: approx Ultramarine. HEX triplet: 10, 12 and 8B. RGB value is (16,18,139). Sum of RGB (Red+Green+Blue) = 16+18+139=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #10128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10128B is #EFED74. Grayscale: #1E1E1E. Windows color (decimal): -15723893 or 9114128. OLE color: 9114128.

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

Color convert

RGB1618139-
CMYK0.880.8700.45
HSL239.02º79.35%30.39%-
HSV(B)239.02º88.49%54.51%-
XYZ5.092.4124.62-
YUV31.2188.84117.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=9.25%
G=10.40%
B=80.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16181390.880.8700.45239.0279.3530.39
Hex10128B585702Def4f1e
Octal202221313012705535711736
Binary10000100101000101110110001010111010110111101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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