#140098

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

Shades of Ultramarine #140098

Tints of Ultramarine #140098

Color information

#140098 (or 0x140098) is unknown color: approx Ultramarine. HEX triplet: 14, 00 and 98. RGB value is (20,0,152). Sum of RGB (Red+Green+Blue) = 20+0+152=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #140098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140098 is #EBFF67. Grayscale: #161616. Windows color (decimal): -15466344 or 9961492. OLE color: 9961492.

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

Color convert

RGB200152-
CMYK0.87100.40
HSL247.89º100%29.8%-
HSV(B)247.89º100%59.61%-
XYZ5.962.4229.86-
YUV23.31200.63125.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 88.37%
R=11.63%
G=0%
B=88.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2001520.87100.40247.8910029.8
Hex140985764028f8641e
Octal24023012714405037014436
Binary1010001001100010101111100100010100011111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140098; }

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

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

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

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

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

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

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

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