#00048E

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

Shades of Dark Blue #00048E

Tints of Dark Blue #00048E

Color information

#00048E (or 0x00048E) is unknown color: approx Dark Blue. HEX triplet: 00, 04 and 8E. RGB value is (0,4,142). Sum of RGB (Red+Green+Blue) = 0+4+142=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 142 (55.86% from 255 or 97.26% from 146); Max value from RGB is 142 - color contains mainly: blue. Hex color #00048E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00048E is #FFFB71. Grayscale: #111111. Windows color (decimal): -16776050 or 9307136. OLE color: 9307136.

HSL color Cylindrical-coordinate representation of color #00048E: hue angle of 238.31º 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 #00048E is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB04142-
CMYK10.9700.44
HSL238.31º100%27.84%-
HSV(B)238.31º100%55.69%-
XYZ4.932.0425.73-
YUV18.54197.67114.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 142 (55.86% from 255) = 97.26%
R=0%
G=2.74%
B=97.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0414210.9700.44238.3110027.84
Hex048E646102Cee641c
Octal0421614414105435614434
Binary01001000111011001001100001010110011101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00048E; }

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

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

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

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

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

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

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

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