#14148F

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

Shades of Ultramarine #14148F

Tints of Ultramarine #14148F

Color information

#14148F (or 0x14148F) is unknown color: approx Ultramarine. HEX triplet: 14, 14 and 8F. RGB value is (20,20,143). Sum of RGB (Red+Green+Blue) = 20+20+143=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #14148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14148F is #EBEB70. Grayscale: #212121. Windows color (decimal): -15461233 or 9376788. OLE color: 9376788.

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

Color convert

RGB2020143-
CMYK0.860.8600.44
HSL240º75.46%31.96%-
HSV(B)240º86.01%56.08%-
XYZ5.52.6326.2-
YUV34.02189.5118-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 143 (56.25% from 255) = 78.14%
R=10.93%
G=10.93%
B=78.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20201430.860.8600.4424075.4631.96
Hex14148F565602Cf04b20
Octal242421712612605436011340
Binary101001010010001111101011010101100101100111100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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