#14038F

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

Shades of Ultramarine #14038F

Tints of Ultramarine #14038F

Color information

#14038F (or 0x14038F) is unknown color: approx Ultramarine. HEX triplet: 14, 03 and 8F. RGB value is (20,3,143). Sum of RGB (Red+Green+Blue) = 20+3+143=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #14038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14038F is #EBFC70. Grayscale: #171717. Windows color (decimal): -15465585 or 9372436. OLE color: 9372436.

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

Color convert

RGB203143-
CMYK0.860.9800.44
HSL247.29º95.89%28.63%-
HSV(B)247.29º97.9%56.08%-
XYZ5.282.226.13-
YUV24.04195.13125.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 143 (56.25% from 255) = 86.14%
R=12.05%
G=1.81%
B=86.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2031430.860.9800.44247.2995.8928.63
Hex1438F566202Cf7601d
Octal24321712614205436714035
Binary10100111000111110101101100010010110011110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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