#14198b

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

Shades of Ultramarine #14198B

Tints of Ultramarine #14198B

Color information

#14198B (or 0x14198B) is unknown color: approx Ultramarine. HEX triplet: 14, 19 and 8B. RGB value is (20,25,139). Sum of RGB (Red+Green+Blue) = 20+25+139=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #14198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14198B is #EBE674. Grayscale: #242424. Windows color (decimal): -15459957 or 9115924. OLE color: 9115924.

HSL color Cylindrical-coordinate representation of color #14198B: hue angle of 237.48º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14198B is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2025139-
CMYK0.860.8200.45
HSL237.48º74.84%31.18%-
HSV(B)237.48º85.61%54.51%-
XYZ5.32.7124.67-
YUV36.5185.84116.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 139 (54.69% from 255) = 75.54%
R=10.87%
G=13.59%
B=75.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20251390.860.8200.45237.4874.8431.18
Hex14198B565202Ded4b1f
Octal243121312612205535511337
Binary10100110011000101110101101010010010110111101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14198b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14198b; }

 p { color: rgb(20,25,139); }

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

<style>
 a { background-color: #14198b; }

 a { background-color: rgb(20,25,139); }

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

<style>
 span { border-color: #14198b; }

 span { border-color: rgb(20,25,139); }

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