#12108B

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

Shades of Ultramarine #12108B

Tints of Ultramarine #12108B

Color information

#12108B (or 0x12108B) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 8B. RGB value is (18,16,139). Sum of RGB (Red+Green+Blue) = 18+16+139=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #12108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12108B is #EDEF74. Grayscale: #1E1E1E. Windows color (decimal): -15593333 or 9113618. OLE color: 9113618.

HSL color Cylindrical-coordinate representation of color #12108B: hue angle of 240.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12108B is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1816139-
CMYK0.870.8800.45
HSL240.98º79.35%30.39%-
HSV(B)240.98º88.49%54.51%-
XYZ5.092.3624.61-
YUV30.62189.16119-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=10.40%
G=9.25%
B=80.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18161390.870.8800.45240.9879.3530.39
Hex12108B575802Df14f1e
Octal222021312713005536111736
Binary10010100001000101110101111011000010110111110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12108B; }

 p { color: rgb(18,16,139); }

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

<style>
 a { background-color: #12108B; }

 a { background-color: rgb(18,16,139); }

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

<style>
 span { border-color: #12108B; }

 span { border-color: rgb(18,16,139); }

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