#0a158a

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

Shades of Ultramarine #0A158A

Tints of Ultramarine #0A158A

Color information

#0A158A (or 0x0A158A) is unknown color: approx Ultramarine. HEX triplet: 0A, 15 and 8A. RGB value is (10,21,138). Sum of RGB (Red+Green+Blue) = 10+21+138=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 138 (54.30% from 255 or 81.66% from 169); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A158A is #F5EA75. Grayscale: #1E1E1E. Windows color (decimal): -16116342 or 9049354. OLE color: 9049354.

HSL color Cylindrical-coordinate representation of color #0A158A: hue angle of 234.84º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A158A is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1021138-
CMYK0.930.8500.46
HSL234.84º86.49%29.02%-
HSV(B)234.84º92.75%54.12%-
XYZ4.982.4424.25-
YUV31.05188.36112.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 138 (54.30% from 255) = 81.66%
R=5.92%
G=12.43%
B=81.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10211380.930.8500.46234.8486.4929.02
HexA158A5D5502Eeb561d
Octal122521213512505635312635
Binary1010101011000101010111011010101010111011101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a158a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,138); }

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

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

 a { background-color: rgb(10,21,138); }

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

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

 span { border-color: rgb(10,21,138); }

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