#10078D

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

Shades of Ultramarine #10078D

Tints of Ultramarine #10078D

Color information

#10078D (or 0x10078D) is unknown color: approx Ultramarine. HEX triplet: 10, 07 and 8D. RGB value is (16,7,141). Sum of RGB (Red+Green+Blue) = 16+7+141=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #10078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10078D is #EFF872. Grayscale: #181818. Windows color (decimal): -15726707 or 9242384. OLE color: 9242384.

HSL color Cylindrical-coordinate representation of color #10078D: hue angle of 244.03º degrees, saturation: 0.91, 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 #10078D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB167141-
CMYK0.890.9500.45
HSL244.03º90.54%29.02%-
HSV(B)244.03º95.04%55.29%-
XYZ5.12.1925.35-
YUV24.97193.48121.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 141 (55.47% from 255) = 85.98%
R=9.76%
G=4.27%
B=85.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1671410.890.9500.45244.0390.5429.02
Hex1078D595F02Df45b1d
Octal20721513113705536413335
Binary100001111000110110110011011111010110111110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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