#14057A

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

Shades of Ultramarine #14057A

Tints of Ultramarine #14057A

Color information

#14057A (or 0x14057A) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 7A. RGB value is (20,5,122). Sum of RGB (Red+Green+Blue) = 20+5+122=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #14057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057A is #EBFA85. Grayscale: #161616. Windows color (decimal): -15465094 or 7996692. OLE color: 7996692.

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

Color convert

RGB205122-
CMYK0.840.9600.52
HSL247.69º92.13%24.9%-
HSV(B)247.69º95.9%47.84%-
XYZ3.861.6618.53-
YUV22.82183.97125.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=13.61%
G=3.40%
B=82.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2051220.840.9600.52247.6992.1324.9
Hex1457A5460034f85c19
Octal24517212414006437013431
Binary10100101111101010101001100000011010011111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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