Html Css Color HEX #04008A Dark Blue

📋 copy color: '#04008A'

red 4 ◦ green 0 ◦ blue 138

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

Shades of Dark Blue #04008A

Tints of Dark Blue #04008A

RGB

 RED value IS 4 (1.95% from 255) = 2.82%

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

 BLUE value IS 138 (54.3% from 255) = 97.18%

R = 2.82%
G = 0%
B = 97.18%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04008A (or 0x04008A) is known color: Dark Blue. HEX triplet: 04, 00 and 8A. RGB value is (4,0,138). Sum of RGB (Red+Green+Blue) = 4+0+138=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 138 (54.30% from 255 or 97.18% from 142); Max value from RGB is 138 - color contains mainly: blue. Hex color #04008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04008A is #FBFF75. Grayscale: #101010. Windows color (decimal): -16514934 or 9043972. OLE color: 9043972.

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

Color convert

RGB 4 0 138 -
CMYK 0.97 1 0 0.46
HSL 241.74º 1% 0.27% -
HSV(B) 241.74º 1% 0.54% -
XYZ 4.64 1.86 24.16 -
YUV 16.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 4 0 138 0.97 1 0 0.46 241.74 1 0.27
Hex 4 0 8A 61 64 0 2E F2 64 1B
Octal 4 0 212 141 144 0 56 362 144 33
Binary 100 0 10001010 1100001 1100100 0 101110 11110010 1100100 11011

Color Harmonies of #04008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04008A

Black with #04008A

Text Example


Text Example

White with #04008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04008A; }

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

 H1.HeaderClassName
 {
   color: #04008A;
 }
 .AnyTagClassName
 {
   color: #04008A;
 }
</style>

background-color css

<style>
 a { background-color: #04008A; }

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

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

border-color css

<style>
 span { border-color: #04008A; }

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

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