#14088F

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

Shades of Ultramarine #14088F

Tints of Ultramarine #14088F

Color information

#14088F (or 0x14088F) is unknown color: approx Ultramarine. HEX triplet: 14, 08 and 8F. RGB value is (20,8,143). Sum of RGB (Red+Green+Blue) = 20+8+143=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #14088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14088F is #EBF770. Grayscale: #1A1A1A. Windows color (decimal): -15464305 or 9373716. OLE color: 9373716.

HSL color Cylindrical-coordinate representation of color #14088F: hue angle of 245.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14088F is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB208143-
CMYK0.860.9400.44
HSL245.33º89.4%29.61%-
HSV(B)245.33º94.41%56.08%-
XYZ5.332.3126.15-
YUV26.98193.48123.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 143 (56.25% from 255) = 83.63%
R=11.70%
G=4.68%
B=83.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2081430.860.9400.44245.3389.429.61
Hex1488F565E02Cf5591e
Octal241021712613605436513136
Binary1010010001000111110101101011110010110011110101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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