#00048F

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

Shades of Dark Blue #00048F

Tints of Dark Blue #00048F

Color information

#00048F (or 0x00048F) is unknown color: approx Dark Blue. HEX triplet: 00, 04 and 8F. RGB value is (0,4,143). Sum of RGB (Red+Green+Blue) = 0+4+143=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 143 (56.25% from 255 or 97.28% from 147); Max value from RGB is 143 - color contains mainly: blue. Hex color #00048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00048F is #FFFB70. Grayscale: #121212. Windows color (decimal): -16776049 or 9372672. OLE color: 9372672.

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

Color convert

RGB04143-
CMYK10.9700.44
HSL238.32º100%28.04%-
HSV(B)238.32º100%56.08%-
XYZ52.0726.12-
YUV18.65198.17114.7-

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.72%
BLUE value IS 143 (56.25% from 255) = 97.28%
R=0%
G=2.72%
B=97.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0414310.9700.44238.3210028.04
Hex048F646102Cee641c
Octal0421714414105435614434
Binary01001000111111001001100001010110011101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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