#0A028F

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

Shades of Ultramarine #0A028F

Tints of Ultramarine #0A028F

Color information

#0A028F (or 0x0A028F) is unknown color: approx Ultramarine. HEX triplet: 0A, 02 and 8F. RGB value is (10,2,143). Sum of RGB (Red+Green+Blue) = 10+2+143=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 143 (56.25% from 255 or 92.26% from 155); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A028F is #F5FD70. Grayscale: #131313. Windows color (decimal): -16121201 or 9372170. OLE color: 9372170.

HSL color Cylindrical-coordinate representation of color #0A028F: hue angle of 243.4º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A028F is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102143-
CMYK0.930.9900.44
HSL243.4º97.24%28.43%-
HSV(B)243.4º98.6%56.08%-
XYZ5.12.0926.12-
YUV20.47197.15120.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 143 (56.25% from 255) = 92.26%
R=6.45%
G=1.29%
B=92.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021430.930.9900.44243.497.2428.43
HexA28F5D6302Cf3611c
Octal12221713514305436314134
Binary1010101000111110111011100011010110011110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,143); }

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

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

 a { background-color: rgb(10,2,143); }

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

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

 span { border-color: rgb(10,2,143); }

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