#14057B

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

Shades of Ultramarine #14057B

Tints of Ultramarine #14057B

Color information

#14057B (or 0x14057B) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 7B. RGB value is (20,5,123). Sum of RGB (Red+Green+Blue) = 20+5+123=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 123 (48.44% from 255 or 83.11% from 148); Max value from RGB is 123 - color contains mainly: blue. Hex color #14057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057B is #EBFA84. Grayscale: #161616. Windows color (decimal): -15465093 or 8062228. OLE color: 8062228.

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

Color convert

RGB205123-
CMYK0.840.9600.52
HSL247.63º92.19%25.1%-
HSV(B)247.63º95.93%48.24%-
XYZ3.921.6918.86-
YUV22.94184.47125.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 123 (48.44% from 255) = 83.11%
R=13.51%
G=3.38%
B=83.11%

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
Decimal2051230.840.9600.52247.6392.1925.1
Hex1457B5460034f85c19
Octal24517312414006437013431
Binary10100101111101110101001100000011010011111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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