#100B7B

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

Shades of Ultramarine #100B7B

Tints of Ultramarine #100B7B

Color information

#100B7B (or 0x100B7B) is unknown color: approx Ultramarine. HEX triplet: 10, 0B and 7B. RGB value is (16,11,123). Sum of RGB (Red+Green+Blue) = 16+11+123=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #100B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B7B is #EFF484. Grayscale: #181818. Windows color (decimal): -15725701 or 8063760. OLE color: 8063760.

HSL color Cylindrical-coordinate representation of color #100B7B: hue angle of 242.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100B7B is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1611123-
CMYK0.870.9100.52
HSL242.68º83.58%26.27%-
HSV(B)242.68º91.06%48.24%-
XYZ3.911.7818.88-
YUV25.26183.16121.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 123 (48.44% from 255) = 82%
R=10.67%
G=7.33%
B=82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16111230.870.9100.52242.6883.5826.27
Hex10B7B575B034f3541a
Octal201317312713306436312432
Binary100001011111101110101111011011011010011110011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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