#141498

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

Shades of Ultramarine #141498

Tints of Ultramarine #141498

Color information

#141498 (or 0x141498) is unknown color: approx Ultramarine. HEX triplet: 14, 14 and 98. RGB value is (20,20,152). Sum of RGB (Red+Green+Blue) = 20+20+152=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #141498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141498 is #EBEB67. Grayscale: #222222. Windows color (decimal): -15461224 or 9966612. OLE color: 9966612.

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

Color convert

RGB2020152-
CMYK0.870.8700.40
HSL240º76.74%33.73%-
HSV(B)240º86.84%59.61%-
XYZ6.212.9229.94-
YUV35.05194117.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 152 (59.77% from 255) = 79.17%
R=10.42%
G=10.42%
B=79.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20201520.870.8700.4024076.7433.73
Hex1414985757028f04d22
Octal242423012712705036011542
Binary101001010010011000101011110101110101000111100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141498; }

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

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

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

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

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

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

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

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