#14248D

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

Shades of Ultramarine #14248D

Tints of Ultramarine #14248D

Color information

#14248D (or 0x14248D) is unknown color: approx Ultramarine. HEX triplet: 14, 24 and 8D. RGB value is (20,36,141). Sum of RGB (Red+Green+Blue) = 20+36+141=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #14248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14248D is #EBDB72. Grayscale: #2A2A2A. Windows color (decimal): -15457139 or 9249812. OLE color: 9249812.

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

Color convert

RGB2036141-
CMYK0.860.7400.45
HSL232.07º75.16%31.57%-
HSV(B)232.07º85.82%55.29%-
XYZ5.733.3325.54-
YUV43.19183.2111.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=10.15%
G=18.27%
B=71.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20361410.860.7400.45232.0775.1631.57
Hex14248D564A02De84b20
Octal244421512611205535011340
Binary1010010010010001101101011010010100101101111010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14248D; }

 p { color: rgb(20,36,141); }

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

<style>
 a { background-color: #14248D; }

 a { background-color: rgb(20,36,141); }

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

<style>
 span { border-color: #14248D; }

 span { border-color: rgb(20,36,141); }

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