#0A1584

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

Shades of Ultramarine #0A1584

Tints of Ultramarine #0A1584

Color information

#0A1584 (or 0x0A1584) is unknown color: approx Ultramarine. HEX triplet: 0A, 15 and 84. RGB value is (10,21,132). Sum of RGB (Red+Green+Blue) = 10+21+132=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A1584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1584 is #F5EA7B. Grayscale: #1D1D1D. Windows color (decimal): -16116348 or 8656138. OLE color: 8656138.

HSL color Cylindrical-coordinate representation of color #0A1584: hue angle of 234.59º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1584 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1021132-
CMYK0.920.8400.48
HSL234.59º85.92%27.84%-
HSV(B)234.59º92.42%51.76%-
XYZ4.562.2722.03-
YUV30.36185.36113.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=6.13%
G=12.88%
B=80.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10211320.920.8400.48234.5985.9227.84
HexA15845C54030eb561c
Octal122520413412406035312634
Binary1010101011000010010111001010100011000011101011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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