#121E8D

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

Shades of Ultramarine #121E8D

Tints of Ultramarine #121E8D

Color information

#121E8D (or 0x121E8D) is unknown color: approx Ultramarine. HEX triplet: 12, 1E and 8D. RGB value is (18,30,141). Sum of RGB (Red+Green+Blue) = 18+30+141=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #121E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E8D is #EDE172. Grayscale: #262626. Windows color (decimal): -15589747 or 9248274. OLE color: 9248274.

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

Color convert

RGB1830141-
CMYK0.870.7900.45
HSL234.15º77.36%31.18%-
HSV(B)234.15º87.23%55.29%-
XYZ5.522.9825.48-
YUV39.07185.52112.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 141 (55.47% from 255) = 74.60%
R=9.52%
G=15.87%
B=74.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18301410.870.7900.45234.1577.3631.18
Hex121E8D574F02Dea4d1f
Octal223621512711705535211537
Binary10010111101000110110101111001111010110111101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,141); }

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

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

 a { background-color: rgb(18,30,141); }

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

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

 span { border-color: rgb(18,30,141); }

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