#10008A

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

Shades of Ultramarine #10008A

Tints of Ultramarine #10008A

Color information

#10008A (or 0x10008A) is unknown color: approx Ultramarine. HEX triplet: 10, 00 and 8A. RGB value is (16,0,138). Sum of RGB (Red+Green+Blue) = 16+0+138=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #10008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10008A is #EFFF75. Grayscale: #131313. Windows color (decimal): -15728502 or 9043984. OLE color: 9043984.

HSL color Cylindrical-coordinate representation of color #10008A: hue angle of 246.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10008A is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB160138-
CMYK0.88100.46
HSL246.96º100%27.06%-
HSV(B)246.96º100%54.12%-
XYZ4.81.9524.17-
YUV20.52194.3124.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 89.61%
R=10.39%
G=0%
B=89.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1601380.88100.46246.9610027.06
Hex1008A586402Ef7641b
Octal20021213014405636714433
Binary1000001000101010110001100100010111011110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10008A; }

 p { color: rgb(16,0,138); }

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

<style>
 a { background-color: #10008A; }

 a { background-color: rgb(16,0,138); }

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

<style>
 span { border-color: #10008A; }

 span { border-color: rgb(16,0,138); }

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