#10009C

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

Shades of Ultramarine #10009C

Tints of Ultramarine #10009C

Color information

#10009C (or 0x10009C) is unknown color: approx Ultramarine. HEX triplet: 10, 00 and 9C. RGB value is (16,0,156). Sum of RGB (Red+Green+Blue) = 16+0+156=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #10009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10009C is #EFFF63. Grayscale: #151515. Windows color (decimal): -15728484 or 10223632. OLE color: 10223632.

HSL color Cylindrical-coordinate representation of color #10009C: hue angle of 246.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10009C is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB160156-
CMYK0.90100.39
HSL246.15º100%30.59%-
HSV(B)246.15º100%61.18%-
XYZ6.212.5131.61-
YUV22.57203.3123.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 90.70%
R=9.30%
G=0%
B=90.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1601560.90100.39246.1510030.59
Hex1009C5A64027f6641f
Octal20023413214404736614437
Binary1000001001110010110101100100010011111110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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