#100C82

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

Shades of Ultramarine #100C82

Tints of Ultramarine #100C82

Color information

#100C82 (or 0x100C82) is unknown color: approx Ultramarine. HEX triplet: 10, 0C and 82. RGB value is (16,12,130). Sum of RGB (Red+Green+Blue) = 16+12+130=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #100C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C82 is #EFF37D. Grayscale: #1A1A1A. Windows color (decimal): -15725438 or 8522768. OLE color: 8522768.

HSL color Cylindrical-coordinate representation of color #100C82: hue angle of 242.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100C82 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1612130-
CMYK0.880.9100.49
HSL242.03º83.1%27.84%-
HSV(B)242.03º90.77%50.98%-
XYZ4.371.9821.27-
YUV26.65186.33120.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 130 (51.17% from 255) = 82.28%
R=10.13%
G=7.59%
B=82.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16121300.880.9100.49242.0383.127.84
Hex10C82585B031f2531c
Octal201420213013306136212334
Binary1000011001000001010110001011011011000111110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,130); }

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

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

 a { background-color: rgb(16,12,130); }

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

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

 span { border-color: rgb(16,12,130); }

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