#10078B

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

Shades of Ultramarine #10078B

Tints of Ultramarine #10078B

Color information

#10078B (or 0x10078B) is unknown color: approx Ultramarine. HEX triplet: 10, 07 and 8B. RGB value is (16,7,139). Sum of RGB (Red+Green+Blue) = 16+7+139=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #10078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10078B is #EFF874. Grayscale: #181818. Windows color (decimal): -15726709 or 9111312. OLE color: 9111312.

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

Color convert

RGB167139-
CMYK0.880.9500.45
HSL244.09º90.41%28.63%-
HSV(B)244.09º94.96%54.51%-
XYZ4.952.1324.58-
YUV24.74192.48121.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 139 (54.69% from 255) = 85.80%
R=9.88%
G=4.32%
B=85.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1671390.880.9500.45244.0990.4128.63
Hex1078B585F02Df45a1d
Octal20721313013705536413235
Binary100001111000101110110001011111010110111110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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