#14057C

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

Shades of Ultramarine #14057C

Tints of Ultramarine #14057C

Color information

#14057C (or 0x14057C) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 7C. RGB value is (20,5,124). Sum of RGB (Red+Green+Blue) = 20+5+124=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #14057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057C is #EBFA83. Grayscale: #161616. Windows color (decimal): -15465092 or 8127764. OLE color: 8127764.

HSL color Cylindrical-coordinate representation of color #14057C: hue angle of 247.56º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14057C is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB205124-
CMYK0.840.9600.51
HSL247.56º92.25%25.29%-
HSV(B)247.56º95.97%48.63%-
XYZ3.981.7119.19-
YUV23.05184.97125.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 124 (48.83% from 255) = 83.22%
R=13.42%
G=3.36%
B=83.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2051240.840.9600.51247.5692.2525.29
Hex1457C5460033f85c19
Octal24517412414006337013431
Binary10100101111110010101001100000011001111111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14057C; }

 p { color: rgb(20,5,124); }

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

<style>
 a { background-color: #14057C; }

 a { background-color: rgb(20,5,124); }

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

<style>
 span { border-color: #14057C; }

 span { border-color: rgb(20,5,124); }

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