#14009E

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

Shades of Ultramarine #14009E

Tints of Ultramarine #14009E

Color information

#14009E (or 0x14009E) is unknown color: approx Ultramarine. HEX triplet: 14, 00 and 9E. RGB value is (20,0,158). Sum of RGB (Red+Green+Blue) = 20+0+158=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #14009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14009E is #EBFF61. Grayscale: #171717. Windows color (decimal): -15466338 or 10354708. OLE color: 10354708.

HSL color Cylindrical-coordinate representation of color #14009E: hue angle of 247.59º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14009E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB200158-
CMYK0.87100.38
HSL247.59º100%30.98%-
HSV(B)247.59º100%61.96%-
XYZ6.462.6232.51-
YUV23.99203.63125.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 88.76%
R=11.24%
G=0%
B=88.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2001580.87100.38247.5910030.98
Hex1409E5764026f8641f
Octal24023612714404637014437
Binary1010001001111010101111100100010011011111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14009E; }

 p { color: rgb(20,0,158); }

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

<style>
 a { background-color: #14009E; }

 a { background-color: rgb(20,0,158); }

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

<style>
 span { border-color: #14009E; }

 span { border-color: rgb(20,0,158); }

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