#14088B

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

Shades of Ultramarine #14088B

Tints of Ultramarine #14088B

Color information

#14088B (or 0x14088B) is unknown color: approx Ultramarine. HEX triplet: 14, 08 and 8B. RGB value is (20,8,139). Sum of RGB (Red+Green+Blue) = 20+8+139=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #14088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14088B is #EBF774. Grayscale: #1A1A1A. Windows color (decimal): -15464309 or 9111572. OLE color: 9111572.

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

Color convert

RGB208139-
CMYK0.860.9400.45
HSL245.5º89.12%28.82%-
HSV(B)245.5º94.24%54.51%-
XYZ5.042.1924.58-
YUV26.52191.48123.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 139 (54.69% from 255) = 83.23%
R=11.98%
G=4.79%
B=83.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2081390.860.9400.45245.589.1228.82
Hex1488B565E02Df5591d
Octal241021312613605536513135
Binary1010010001000101110101101011110010110111110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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