#141388

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

Shades of Ultramarine #141388

Tints of Ultramarine #141388

Color information

#141388 (or 0x141388) is unknown color: approx Ultramarine. HEX triplet: 14, 13 and 88. RGB value is (20,19,136). Sum of RGB (Red+Green+Blue) = 20+19+136=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #141388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141388 is #EBEC77. Grayscale: #202020. Windows color (decimal): -15461496 or 8917780. OLE color: 8917780.

HSL color Cylindrical-coordinate representation of color #141388: hue angle of 240.51º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141388 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2019136-
CMYK0.850.8600.47
HSL240.51º75.48%30.39%-
HSV(B)240.51º86.03%53.33%-
XYZ4.972.3923.49-
YUV32.64186.33118.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 136 (53.52% from 255) = 77.71%
R=11.43%
G=10.86%
B=77.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20191360.850.8600.47240.5175.4830.39
Hex141388555602Ff14b1e
Octal242321012512605736111336
Binary10100100111000100010101011010110010111111110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141388; }

 p { color: rgb(20,19,136); }

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

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

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

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

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

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

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