#10028C

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

Shades of Ultramarine #10028C

Tints of Ultramarine #10028C

Color information

#10028C (or 0x10028C) is unknown color: approx Ultramarine. HEX triplet: 10, 02 and 8C. RGB value is (16,2,140). Sum of RGB (Red+Green+Blue) = 16+2+140=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #10028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10028C is #EFFD73. Grayscale: #151515. Windows color (decimal): -15727988 or 9175568. OLE color: 9175568.

HSL color Cylindrical-coordinate representation of color #10028C: hue angle of 246.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10028C is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB162140-
CMYK0.890.9900.45
HSL246.09º97.18%27.84%-
HSV(B)246.09º98.57%54.9%-
XYZ4.972.0524.94-
YUV21.92194.64123.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 140 (55.08% from 255) = 88.61%
R=10.13%
G=1.27%
B=88.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1621400.890.9900.45246.0997.1827.84
Hex1028C596302Df6611c
Octal20221413114305536614134
Binary10000101000110010110011100011010110111110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10028C; }

 p { color: rgb(16,2,140); }

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

<style>
 a { background-color: #10028C; }

 a { background-color: rgb(16,2,140); }

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

<style>
 span { border-color: #10028C; }

 span { border-color: rgb(16,2,140); }

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