#10027F

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

Shades of Ultramarine #10027F

Tints of Ultramarine #10027F

Color information

#10027F (or 0x10027F) is unknown color: approx Ultramarine. HEX triplet: 10, 02 and 7F. RGB value is (16,2,127). Sum of RGB (Red+Green+Blue) = 16+2+127=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #10027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10027F is #EFFD80. Grayscale: #131313. Windows color (decimal): -15728001 or 8323600. OLE color: 8323600.

HSL color Cylindrical-coordinate representation of color #10027F: hue angle of 246.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10027F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB162127-
CMYK0.870.9800.50
HSL246.72º96.9%25.29%-
HSV(B)246.72º98.43%49.8%-
XYZ4.071.6920.19-
YUV20.44188.14124.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 127 (50% from 255) = 87.59%
R=11.03%
G=1.38%
B=87.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1621270.870.9800.50246.7296.925.29
Hex1027F5762032f76119
Octal20217712714206236714131
Binary1000010111111110101111100010011001011110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10027F; }

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

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

<style>
 a { background-color: #10027F; }

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

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

<style>
 span { border-color: #10027F; }

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

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