#141C9B

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

Shades of Ultramarine #141C9B

Tints of Ultramarine #141C9B

Color information

#141C9B (or 0x141C9B) is unknown color: approx Ultramarine. HEX triplet: 14, 1C and 9B. RGB value is (20,28,155). Sum of RGB (Red+Green+Blue) = 20+28+155=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #141C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C9B is #EBE364. Grayscale: #272727. Windows color (decimal): -15459173 or 10165268. OLE color: 10165268.

HSL color Cylindrical-coordinate representation of color #141C9B: hue angle of 236.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141C9B is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2028155-
CMYK0.870.8200.39
HSL236.44º77.14%34.31%-
HSV(B)236.44º87.1%60.78%-
XYZ6.623.3531.31-
YUV40.09192.85113.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 155 (60.94% from 255) = 76.35%
R=9.85%
G=13.79%
B=76.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20281550.870.8200.39236.4477.1434.31
Hex141C9B5752027ec4d22
Octal243423312712204735411542
Binary101001110010011011101011110100100100111111011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C9B; }

 p { color: rgb(20,28,155); }

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

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

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

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

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

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

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