#14057E

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

Shades of Ultramarine #14057E

Tints of Ultramarine #14057E

Color information

#14057E (or 0x14057E) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 7E. RGB value is (20,5,126). Sum of RGB (Red+Green+Blue) = 20+5+126=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #14057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14057E is #EBFA81. Grayscale: #161616. Windows color (decimal): -15465090 or 8258836. OLE color: 8258836.

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

Color convert

RGB205126-
CMYK0.840.9600.51
HSL247.44º92.37%25.69%-
HSV(B)247.44º96.03%49.41%-
XYZ4.111.7619.86-
YUV23.28185.97125.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 126 (49.61% from 255) = 83.44%
R=13.25%
G=3.31%
B=83.44%

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
Decimal2051260.840.9600.51247.4492.3725.69
Hex1457E5460033f75c1a
Octal24517612414006336713432
Binary10100101111111010101001100000011001111110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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