#0A149F

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

Shades of Ultramarine #0A149F

Tints of Ultramarine #0A149F

Color information

#0A149F (or 0x0A149F) is unknown color: approx Ultramarine. HEX triplet: 0A, 14 and 9F. RGB value is (10,20,159). Sum of RGB (Red+Green+Blue) = 10+20+159=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A149F is #F5EB60. Grayscale: #202020. Windows color (decimal): -16116577 or 10425354. OLE color: 10425354.

HSL color Cylindrical-coordinate representation of color #0A149F: hue angle of 235.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A149F is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1020159-
CMYK0.940.8700.38
HSL235.97º88.17%33.14%-
HSV(B)235.97º93.71%62.35%-
XYZ6.633.0733.04-
YUV32.86199.19111.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 159 (62.5% from 255) = 84.13%
R=5.29%
G=10.58%
B=84.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10201590.940.8700.38235.9788.1733.14
HexA149F5E57026ec5821
Octal122423713612704635413041
Binary10101010010011111101111010101110100110111011001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,159); }

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

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

 a { background-color: rgb(10,20,159); }

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

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

 span { border-color: rgb(10,20,159); }

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