#140198

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

Shades of Ultramarine #140198

Tints of Ultramarine #140198

Color information

#140198 (or 0x140198) is unknown color: approx Ultramarine. HEX triplet: 14, 01 and 98. RGB value is (20,1,152). Sum of RGB (Red+Green+Blue) = 20+1+152=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #140198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140198 is #EBFE67. Grayscale: #171717. Windows color (decimal): -15466088 or 9961748. OLE color: 9961748.

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

Color convert

RGB201152-
CMYK0.870.9900.40
HSL247.55º98.69%30%-
HSV(B)247.55º99.34%59.61%-
XYZ5.972.4429.86-
YUV23.9200.29125.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 152 (59.77% from 255) = 87.86%
R=11.56%
G=0.58%
B=87.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2011520.870.9900.40247.5598.6930
Hex141985763028f8631e
Octal24123012714305037014336
Binary1010011001100010101111100011010100011111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140198; }

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

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

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

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

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

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

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

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