#141E9A

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

Shades of Ultramarine #141E9A

Tints of Ultramarine #141E9A

Color information

#141E9A (or 0x141E9A) is unknown color: approx Ultramarine. HEX triplet: 14, 1E and 9A. RGB value is (20,30,154). Sum of RGB (Red+Green+Blue) = 20+30+154=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #141E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E9A is #EBE165. Grayscale: #282828. Windows color (decimal): -15458662 or 10100244. OLE color: 10100244.

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

Color convert

RGB2030154-
CMYK0.870.8100.40
HSL235.52º77.01%34.12%-
HSV(B)235.52º87.01%60.39%-
XYZ6.593.4130.88-
YUV41.15191.69112.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 154 (60.55% from 255) = 75.49%
R=9.80%
G=14.71%
B=75.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20301540.870.8100.40235.5277.0134.12
Hex141E9A5751028ec4d22
Octal243623212712105035411542
Binary101001111010011010101011110100010101000111011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,154); }

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

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

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

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

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

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

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