#14078B

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

Shades of Ultramarine #14078B

Tints of Ultramarine #14078B

Color information

#14078B (or 0x14078B) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 8B. RGB value is (20,7,139). Sum of RGB (Red+Green+Blue) = 20+7+139=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #14078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14078B is #EBF874. Grayscale: #191919. Windows color (decimal): -15464565 or 9111316. OLE color: 9111316.

HSL color Cylindrical-coordinate representation of color #14078B: hue angle of 245.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14078B is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB207139-
CMYK0.860.9500.45
HSL245.91º90.41%28.63%-
HSV(B)245.91º94.96%54.51%-
XYZ5.022.1624.58-
YUV25.94191.81123.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=12.05%
G=4.22%
B=83.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2071390.860.9500.45245.9190.4128.63
Hex1478B565F02Df65a1d
Octal24721312613705536613235
Binary101001111000101110101101011111010110111110110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,7,139); }

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

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

 a { background-color: rgb(20,7,139); }

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

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

 span { border-color: rgb(20,7,139); }

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