#00048C

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

Shades of Dark Blue #00048C

Tints of Dark Blue #00048C

Color information

#00048C (or 0x00048C) is unknown color: approx Dark Blue. HEX triplet: 00, 04 and 8C. RGB value is (0,4,140). Sum of RGB (Red+Green+Blue) = 0+4+140=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 140 (55.08% from 255 or 97.22% from 144); Max value from RGB is 140 - color contains mainly: blue. Hex color #00048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00048C is #FFFB73. Grayscale: #111111. Windows color (decimal): -16776052 or 9176064. OLE color: 9176064.

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

Color convert

RGB04140-
CMYK10.9700.45
HSL238.29º100%27.45%-
HSV(B)238.29º100%54.9%-
XYZ4.781.9824.94-
YUV18.31196.67114.94-

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.78%
BLUE value IS 140 (55.08% from 255) = 97.22%
R=0%
G=2.78%
B=97.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0414010.9700.45238.2910027.45
Hex048C646102Dee641b
Octal0421414414105535614433
Binary01001000110011001001100001010110111101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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