#120388

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

Shades of Ultramarine #120388

Tints of Ultramarine #120388

Color information

#120388 (or 0x120388) is unknown color: approx Ultramarine. HEX triplet: 12, 03 and 88. RGB value is (18,3,136). Sum of RGB (Red+Green+Blue) = 18+3+136=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #120388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120388 is #EDFC77. Grayscale: #161616. Windows color (decimal): -15596664 or 8913682. OLE color: 8913682.

HSL color Cylindrical-coordinate representation of color #120388: hue angle of 246.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120388 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB183136-
CMYK0.870.9800.47
HSL246.77º95.68%27.25%-
HSV(B)246.77º97.79%53.33%-
XYZ4.731.9723.42-
YUV22.65191.97124.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 136 (53.52% from 255) = 86.62%
R=11.46%
G=1.91%
B=86.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1831360.870.9800.47246.7795.6827.25
Hex12388576202Ff7601b
Octal22321012714205736714033
Binary10010111000100010101111100010010111111110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120388; }

 p { color: rgb(18,3,136); }

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

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

 a { background-color: rgb(18,3,136); }

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

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

 span { border-color: rgb(18,3,136); }

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