#121F88

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

Shades of Ultramarine #121F88

Tints of Ultramarine #121F88

Color information

#121F88 (or 0x121F88) is unknown color: approx Ultramarine. HEX triplet: 12, 1F and 88. RGB value is (18,31,136). Sum of RGB (Red+Green+Blue) = 18+31+136=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #121F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F88 is #EDE077. Grayscale: #262626. Windows color (decimal): -15589496 or 8920850. OLE color: 8920850.

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

Color convert

RGB1831136-
CMYK0.870.7700.47
HSL233.39º76.62%30.2%-
HSV(B)233.39º86.76%53.33%-
XYZ5.182.8923.58-
YUV39.08182.69112.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 136 (53.52% from 255) = 73.51%
R=9.73%
G=16.76%
B=73.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18311360.870.7700.47233.3976.6230.2
Hex121F88574D02Fe94d1e
Octal223721012711505735111536
Binary10010111111000100010101111001101010111111101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F88; }

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

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

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

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

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

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

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

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