#121F9A

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

Shades of Ultramarine #121F9A

Tints of Ultramarine #121F9A

Color information

#121F9A (or 0x121F9A) is unknown color: approx Ultramarine. HEX triplet: 12, 1F and 9A. RGB value is (18,31,154). Sum of RGB (Red+Green+Blue) = 18+31+154=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #121F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F9A is #EDE065. Grayscale: #282828. Windows color (decimal): -15589478 or 10100498. OLE color: 10100498.

HSL color Cylindrical-coordinate representation of color #121F9A: hue angle of 234.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121F9A is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1831154-
CMYK0.880.8000.40
HSL234.26º79.07%33.73%-
HSV(B)234.26º88.31%60.39%-
XYZ6.573.4430.89-
YUV41.14191.69111.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=8.87%
G=15.27%
B=75.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18311540.880.8000.40234.2679.0733.73
Hex121F9A5850028ea4f22
Octal223723213012005035211742
Binary100101111110011010101100010100000101000111010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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