#14037A

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

Shades of Ultramarine #14037A

Tints of Ultramarine #14037A

Color information

#14037A (or 0x14037A) is unknown color: approx Ultramarine. HEX triplet: 14, 03 and 7A. RGB value is (20,3,122). Sum of RGB (Red+Green+Blue) = 20+3+122=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #14037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14037A is #EBFC85. Grayscale: #151515. Windows color (decimal): -15465606 or 7996180. OLE color: 7996180.

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

Color convert

RGB203122-
CMYK0.840.9800.52
HSL248.57º95.2%24.51%-
HSV(B)248.57º97.54%47.84%-
XYZ3.831.6218.52-
YUV21.65184.63126.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=13.79%
G=2.07%
B=84.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2031220.840.9800.52248.5795.224.51
Hex1437A5462034f95f19
Octal24317212414206437113731
Binary1010011111101010101001100010011010011111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14037A; }

 p { color: rgb(20,3,122); }

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

<style>
 a { background-color: #14037A; }

 a { background-color: rgb(20,3,122); }

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

<style>
 span { border-color: #14037A; }

 span { border-color: rgb(20,3,122); }

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