#100C90

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

Shades of Ultramarine #100C90

Tints of Ultramarine #100C90

Color information

#100C90 (or 0x100C90) is unknown color: approx Ultramarine. HEX triplet: 10, 0C and 90. RGB value is (16,12,144). Sum of RGB (Red+Green+Blue) = 16+12+144=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #100C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C90 is #EFF36F. Grayscale: #1B1B1B. Windows color (decimal): -15725424 or 9440272. OLE color: 9440272.

HSL color Cylindrical-coordinate representation of color #100C90: hue angle of 241.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100C90 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1612144-
CMYK0.890.9200.44
HSL241.82º84.62%30.59%-
HSV(B)241.82º91.67%56.47%-
XYZ5.382.3926.56-
YUV28.24193.33119.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 144 (56.64% from 255) = 83.72%
R=9.30%
G=6.98%
B=83.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16121440.890.9200.44241.8284.6230.59
Hex10C90595C02Cf2551f
Octal201422013113405436212537
Binary1000011001001000010110011011100010110011110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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