#00048B

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

Shades of Dark Blue #00048B

Tints of Dark Blue #00048B

Color information

#00048B (or 0x00048B) is unknown color: approx Dark Blue. HEX triplet: 00, 04 and 8B. RGB value is (0,4,139). Sum of RGB (Red+Green+Blue) = 0+4+139=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 139 (54.69% from 255 or 97.20% from 143); Max value from RGB is 139 - color contains mainly: blue. Hex color #00048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00048B is #FFFB74. Grayscale: #111111. Windows color (decimal): -16776053 or 9110528. OLE color: 9110528.

HSL color Cylindrical-coordinate representation of color #00048B: hue angle of 238.27º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00048B is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB04139-
CMYK10.9700.45
HSL238.27º100%27.25%-
HSV(B)238.27º100%54.51%-
XYZ4.71.9524.55-
YUV18.19196.17115.02-

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.80%
BLUE value IS 139 (54.69% from 255) = 97.20%
R=0%
G=2.80%
B=97.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0413910.9700.45238.2710027.25
Hex048B646102Dee641b
Octal0421314414105535614433
Binary01001000101111001001100001010110111101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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