#14079B

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

Shades of Ultramarine #14079B

Tints of Ultramarine #14079B

Color information

#14079B (or 0x14079B) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 9B. RGB value is (20,7,155). Sum of RGB (Red+Green+Blue) = 20+7+155=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #14079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14079B is #EBF864. Grayscale: #1B1B1B. Windows color (decimal): -15464549 or 10159892. OLE color: 10159892.

HSL color Cylindrical-coordinate representation of color #14079B: hue angle of 245.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14079B is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB207155-
CMYK0.870.9500.39
HSL245.27º91.36%31.76%-
HSV(B)245.27º95.48%60.78%-
XYZ6.282.6731.19-
YUV27.76199.81122.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 155 (60.94% from 255) = 85.16%
R=10.99%
G=3.85%
B=85.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2071550.870.9500.39245.2791.3631.76
Hex1479B575F027f55b20
Octal24723312713704736513340
Binary1010011110011011101011110111110100111111101011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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