#0A0F82

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

Shades of Ultramarine #0A0F82

Tints of Ultramarine #0A0F82

Color information

#0A0F82 (or 0x0A0F82) is unknown color: approx Ultramarine. HEX triplet: 0A, 0F and 82. RGB value is (10,15,130). Sum of RGB (Red+Green+Blue) = 10+15+130=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A0F82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0F82 is #F5F07D. Grayscale: #1A1A1A. Windows color (decimal): -16117886 or 8523530. OLE color: 8523530.

HSL color Cylindrical-coordinate representation of color #0A0F82: hue angle of 237.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 #0A0F82 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1015130-
CMYK0.920.8800.49
HSL237.5º85.71%27.45%-
HSV(B)237.5º92.31%50.98%-
XYZ4.332.0221.28-
YUV26.62186.34116.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 130 (51.17% from 255) = 83.87%
R=6.45%
G=9.68%
B=83.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10151300.920.8800.49237.585.7127.45
HexAF825C58031ee561b
Octal121720213413006135612633
Binary101011111000001010111001011000011000111101110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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