#0A1782

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

Shades of Ultramarine #0A1782

Tints of Ultramarine #0A1782

Color information

#0A1782 (or 0x0A1782) is unknown color: approx Ultramarine. HEX triplet: 0A, 17 and 82. RGB value is (10,23,130). Sum of RGB (Red+Green+Blue) = 10+23+130=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A1782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1782 is #F5E87D. Grayscale: #1E1E1E. Windows color (decimal): -16115838 or 8525578. OLE color: 8525578.

HSL color Cylindrical-coordinate representation of color #0A1782: hue angle of 233.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1782 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1023130-
CMYK0.920.8200.49
HSL233.5º85.71%27.45%-
HSV(B)233.5º92.31%50.98%-
XYZ4.462.2921.33-
YUV31.31183.69112.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 130 (51.17% from 255) = 79.75%
R=6.13%
G=14.11%
B=79.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10231300.920.8200.49233.585.7127.45
HexA17825C52031ea561b
Octal122720213412206135212633
Binary1010101111000001010111001010010011000111101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,130); }

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

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

 a { background-color: rgb(10,23,130); }

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

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

 span { border-color: rgb(10,23,130); }

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