#141A98

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

Shades of Ultramarine #141A98

Tints of Ultramarine #141A98

Color information

#141A98 (or 0x141A98) is unknown color: approx Ultramarine. HEX triplet: 14, 1A and 98. RGB value is (20,26,152). Sum of RGB (Red+Green+Blue) = 20+26+152=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #141A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A98 is #EBE567. Grayscale: #262626. Windows color (decimal): -15459688 or 9968148. OLE color: 9968148.

HSL color Cylindrical-coordinate representation of color #141A98: hue angle of 237.27º 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 #141A98 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2026152-
CMYK0.870.8300.40
HSL237.27º76.74%33.73%-
HSV(B)237.27º86.84%59.61%-
XYZ6.333.1529.98-
YUV38.57192.01114.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 152 (59.77% from 255) = 76.77%
R=10.10%
G=13.13%
B=76.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20261520.870.8300.40237.2776.7433.73
Hex141A985753028ed4d22
Octal243223012712305035511542
Binary101001101010011000101011110100110101000111011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,152); }

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

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

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

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

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

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

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