#0A078B

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

Shades of Ultramarine #0A078B

Tints of Ultramarine #0A078B

Color information

#0A078B (or 0x0A078B) is unknown color: approx Ultramarine. HEX triplet: 0A, 07 and 8B. RGB value is (10,7,139). Sum of RGB (Red+Green+Blue) = 10+7+139=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A078B is #F5F874. Grayscale: #161616. Windows color (decimal): -16119925 or 9111306. OLE color: 9111306.

HSL color Cylindrical-coordinate representation of color #0A078B: hue angle of 241.36º 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 #0A078B is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB107139-
CMYK0.930.9500.45
HSL241.36º90.41%28.63%-
HSV(B)241.36º94.96%54.51%-
XYZ4.862.0824.57-
YUV22.94193.49118.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 139 (54.69% from 255) = 89.10%
R=6.41%
G=4.49%
B=89.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071390.930.9500.45241.3690.4128.63
HexA78B5D5F02Df15a1d
Octal12721313513705536113235
Binary10101111000101110111011011111010110111110001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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