#00198e

Color #00198E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #00198E

Tints of Dark Blue #00198E

Color information

#00198E (or 0x00198E) is unknown color: approx Dark Blue. HEX triplet: 00, 19 and 8E. RGB value is (0,25,142). Sum of RGB (Red+Green+Blue) = 0+25+142=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 142 (55.86% from 255 or 85.03% from 167); Max value from RGB is 142 - color contains mainly: blue. Hex color #00198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00198E is #FFE671. Grayscale: #1E1E1E. Windows color (decimal): -16770674 or 9312512. OLE color: 9312512.

HSL color Cylindrical-coordinate representation of color #00198E: hue angle of 229.44º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00198E is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB025142-
CMYK10.8200.44
HSL229.44º100%27.84%-
HSV(B)229.44º100%55.69%-
XYZ5.232.6525.83-
YUV30.86190.72105.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 142 (55.86% from 255) = 85.03%
R=0%
G=14.97%
B=85.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal02514210.8200.44229.4410027.84
Hex0198E645202Ce5641c
Octal03121614412205434514434
Binary0110011000111011001001010010010110011100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00198e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00198e; }

 p { color: rgb(0,25,142); }

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

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

 a { background-color: rgb(0,25,142); }

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

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

 span { border-color: rgb(0,25,142); }

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