Html Css Color HEX #00048B Dark Blue

📋 copy color: '#00048B'

red 0 ◦ green 4 ◦ blue 139

#00048B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #00048B

Tints of Dark Blue #00048B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 139 (54.69% from 255) = 97.2%

R = 0%
G = 2.8%
B = 97.2%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00048B (or 0x00048B) is known color: 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

RGB 0 4 139 -
CMYK 1 0.97 0 0.45
HSL 238.27º 1% 0.27% -
HSV(B) 238.27º 1% 0.55% -
XYZ 4.7 1.95 24.55 -
YUV 18.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 0 4 139 1 0.97 0 0.45 238.27 1 0.27
Hex 0 4 8B 64 61 0 2D EE 64 1B
Octal 0 4 213 144 141 0 55 356 144 33
Binary 0 100 10001011 1100100 1100001 0 101101 11101110 1100100 11011

Color Harmonies of #00048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00048B

Black with #00048B

Text Example


Text Example

White with #00048B

Text Example


Text Example

HTML Codes & Css Web 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>