#121AA1

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

Shades of Ultramarine #121AA1

Tints of Ultramarine #121AA1

Color information

#121AA1 (or 0x121AA1) is unknown color: approx Ultramarine. HEX triplet: 12, 1A and A1. RGB value is (18,26,161). Sum of RGB (Red+Green+Blue) = 18+26+161=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 161 (63.28% from 255 or 78.54% from 205); Max value from RGB is 161 - color contains mainly: blue. Hex color #121AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AA1 is #EDE55E. Grayscale: #262626. Windows color (decimal): -15590751 or 10557970. OLE color: 10557970.

HSL color Cylindrical-coordinate representation of color #121AA1: hue angle of 236.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121AA1 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1826161-
CMYK0.890.8400.37
HSL236.64º79.89%35.1%-
HSV(B)236.64º88.82%63.14%-
XYZ7.053.4434.01-
YUV39196.85113.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 161 (63.28% from 255) = 78.54%
R=8.78%
G=12.68%
B=78.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18261610.890.8400.37236.6479.8935.1
Hex121AA15954025ed5023
Octal223224113112404535512043
Binary100101101010100001101100110101000100101111011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,161); }

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

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

 a { background-color: rgb(18,26,161); }

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

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

 span { border-color: rgb(18,26,161); }

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