#14057D

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

Shades of Ultramarine #14057D

Tints of Ultramarine #14057D

Color information

#14057D (or 0x14057D) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 7D. RGB value is (20,5,125). Sum of RGB (Red+Green+Blue) = 20+5+125=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #14057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057D is #EBFA82. Grayscale: #161616. Windows color (decimal): -15465091 or 8193300. OLE color: 8193300.

HSL color Cylindrical-coordinate representation of color #14057D: hue angle of 247.5º 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 #14057D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB205125-
CMYK0.840.9600.51
HSL247.5º92.31%25.49%-
HSV(B)247.5º96%49.02%-
XYZ4.041.7419.52-
YUV23.16185.47125.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 125 (49.22% from 255) = 83.33%
R=13.33%
G=3.33%
B=83.33%

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
Decimal2051250.840.9600.51247.592.3125.49
Hex1457D5460033f85c19
Octal24517512414006337013431
Binary10100101111110110101001100000011001111111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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