#0a1194

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

Shades of Ultramarine #0A1194

Tints of Ultramarine #0A1194

Color information

#0A1194 (or 0x0A1194) is unknown color: approx Ultramarine. HEX triplet: 0A, 11 and 94. RGB value is (10,17,148). Sum of RGB (Red+Green+Blue) = 10+17+148=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A1194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1194 is #F5EE6B. Grayscale: #1D1D1D. Windows color (decimal): -16117356 or 9703690. OLE color: 9703690.

HSL color Cylindrical-coordinate representation of color #0A1194: hue angle of 236.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1194 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1017148-
CMYK0.930.8900.42
HSL236.96º87.34%30.98%-
HSV(B)236.96º93.24%58.04%-
XYZ5.672.628.22-
YUV29.84194.68113.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 148 (58.20% from 255) = 84.57%
R=5.71%
G=9.71%
B=84.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10171480.930.8900.42236.9687.3430.98
HexA11945D5902Aed571f
Octal122122413513105235512737
Binary1010100011001010010111011011001010101011101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a1194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,17,148); }

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

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

 a { background-color: rgb(10,17,148); }

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

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

 span { border-color: rgb(10,17,148); }

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