#121E8B

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

Shades of Ultramarine #121E8B

Tints of Ultramarine #121E8B

Color information

#121E8B (or 0x121E8B) is unknown color: approx Ultramarine. HEX triplet: 12, 1E and 8B. RGB value is (18,30,139). Sum of RGB (Red+Green+Blue) = 18+30+139=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #121E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E8B is #EDE174. Grayscale: #262626. Windows color (decimal): -15589749 or 9117202. OLE color: 9117202.

HSL color Cylindrical-coordinate representation of color #121E8B: hue angle of 234.05º 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 #121E8B is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1830139-
CMYK0.870.7800.45
HSL234.05º77.07%30.78%-
HSV(B)234.05º87.05%54.51%-
XYZ5.372.9224.71-
YUV38.84184.52113.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 139 (54.69% from 255) = 74.33%
R=9.63%
G=16.04%
B=74.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18301390.870.7800.45234.0577.0730.78
Hex121E8B574E02Dea4d1f
Octal223621312711605535211537
Binary10010111101000101110101111001110010110111101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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