#14067B

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

Shades of Ultramarine #14067B

Tints of Ultramarine #14067B

Color information

#14067B (or 0x14067B) is unknown color: approx Ultramarine. HEX triplet: 14, 06 and 7B. RGB value is (20,6,123). Sum of RGB (Red+Green+Blue) = 20+6+123=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #14067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14067B is #EBF984. Grayscale: #171717. Windows color (decimal): -15464837 or 8062484. OLE color: 8062484.

HSL color Cylindrical-coordinate representation of color #14067B: hue angle of 247.18º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14067B is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB206123-
CMYK0.840.9500.52
HSL247.18º90.7%25.29%-
HSV(B)247.18º95.12%48.24%-
XYZ3.931.7118.86-
YUV23.52184.14125.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 123 (48.44% from 255) = 82.55%
R=13.42%
G=4.03%
B=82.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2061230.840.9500.52247.1890.725.29
Hex1467B545F034f75b19
Octal24617312413706436713331
Binary10100110111101110101001011111011010011110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,6,123); }

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

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

 a { background-color: rgb(20,6,123); }

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

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

 span { border-color: rgb(20,6,123); }

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