#14087F

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

Shades of Ultramarine #14087F

Tints of Ultramarine #14087F

Color information

#14087F (or 0x14087F) is unknown color: approx Ultramarine. HEX triplet: 14, 08 and 7F. RGB value is (20,8,127). Sum of RGB (Red+Green+Blue) = 20+8+127=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #14087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14087F is #EBF780. Grayscale: #181818. Windows color (decimal): -15464321 or 8325140. OLE color: 8325140.

HSL color Cylindrical-coordinate representation of color #14087F: hue angle of 246.05º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14087F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB208127-
CMYK0.840.9400.50
HSL246.05º88.15%26.47%-
HSV(B)246.05º93.7%49.8%-
XYZ4.211.8520.21-
YUV25.15185.48124.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 127 (50% from 255) = 81.94%
R=12.90%
G=5.16%
B=81.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2081270.840.9400.50246.0588.1526.47
Hex1487F545E032f6581a
Octal241017712413606236613032
Binary101001000111111110101001011110011001011110110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14087F; }

 p { color: rgb(20,8,127); }

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

<style>
 a { background-color: #14087F; }

 a { background-color: rgb(20,8,127); }

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

<style>
 span { border-color: #14087F; }

 span { border-color: rgb(20,8,127); }

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