#0A078E

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

Shades of Ultramarine #0A078E

Tints of Ultramarine #0A078E

Color information

#0A078E (or 0x0A078E) is unknown color: approx Ultramarine. HEX triplet: 0A, 07 and 8E. RGB value is (10,7,142). Sum of RGB (Red+Green+Blue) = 10+7+142=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A078E is #F5F871. Grayscale: #161616. Windows color (decimal): -16119922 or 9307914. OLE color: 9307914.

HSL color Cylindrical-coordinate representation of color #0A078E: hue angle of 241.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A078E is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107142-
CMYK0.930.9500.44
HSL241.33º90.6%29.22%-
HSV(B)241.33º95.07%55.69%-
XYZ5.082.1725.74-
YUV23.29194.99118.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=6.29%
G=4.40%
B=89.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071420.930.9500.44241.3390.629.22
HexA78E5D5F02Cf15b1d
Octal12721613513705436113335
Binary10101111000111010111011011111010110011110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A078E; }

 p { color: rgb(10,7,142); }

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

<style>
 a { background-color: #0A078E; }

 a { background-color: rgb(10,7,142); }

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

<style>
 span { border-color: #0A078E; }

 span { border-color: rgb(10,7,142); }

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