Html Css Color HEX #06048B Dark Blue

📋 copy color: '#06048B'

red 6 ◦ green 4 ◦ blue 139

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

Shades of Dark Blue #06048B

Tints of Dark Blue #06048B

RGB

 RED value IS 6 (2.73% from 255) = 4.03%

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

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

R = 4.03%
G = 2.68%
B = 93.29%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06048B (or 0x06048B) is known color: Dark Blue. HEX triplet: 06, 04 and 8B. RGB value is (6,4,139). Sum of RGB (Red+Green+Blue) = 6+4+139=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 139 (54.69% from 255 or 93.29% from 149); Max value from RGB is 139 - color contains mainly: blue. Hex color #06048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06048B is #F9FB74. Grayscale: #131313. Windows color (decimal): -16382837 or 9110534. OLE color: 9110534.

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

Color convert

RGB 6 4 139 -
CMYK 0.96 0.97 0 0.45
HSL 240.89º 0.94% 0.28% -
HSV(B) 240.89º 0.97% 0.55% -
XYZ 4.78 1.99 24.56 -
YUV 19.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 6 4 139 0.96 0.97 0 0.45 240.89 0.94 0.28
Hex 6 4 8B 60 61 0 2D F1 5E 1C
Octal 6 4 213 140 141 0 55 361 136 34
Binary 110 100 10001011 1100000 1100001 0 101101 11110001 1011110 11100

Color Harmonies of #06048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06048B

Black with #06048B

Text Example


Text Example

White with #06048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06048B;
 }
 .AnyTagClassName
 {
   color: #06048B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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