#100B9B

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

Shades of Ultramarine #100B9B

Tints of Ultramarine #100B9B

Color information

#100B9B (or 0x100B9B) is unknown color: approx Ultramarine. HEX triplet: 10, 0B and 9B. RGB value is (16,11,155). Sum of RGB (Red+Green+Blue) = 16+11+155=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #100B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B9B is #EFF464. Grayscale: #1C1C1C. Windows color (decimal): -15725669 or 10160912. OLE color: 10160912.

HSL color Cylindrical-coordinate representation of color #100B9B: hue angle of 242.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100B9B is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1611155-
CMYK0.900.9300.39
HSL242.08º86.75%32.55%-
HSV(B)242.08º92.9%60.78%-
XYZ6.252.7231.21-
YUV28.91199.16118.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 155 (60.94% from 255) = 85.16%
R=8.79%
G=6.04%
B=85.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16111550.900.9300.39242.0886.7532.55
Hex10B9B5A5D027f25721
Octal201323313213504736212741
Binary10000101110011011101101010111010100111111100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100B9B; }

 p { color: rgb(16,11,155); }

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

<style>
 a { background-color: #100B9B; }

 a { background-color: rgb(16,11,155); }

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

<style>
 span { border-color: #100B9B; }

 span { border-color: rgb(16,11,155); }

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