Html Css Color HEX #04028B Dark Blue

📋 copy color: '#04028B'

red 4 ◦ green 2 ◦ blue 139

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

Shades of Dark Blue #04028B

Tints of Dark Blue #04028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 2.76%
G = 1.38%
B = 95.86%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04028B (or 0x04028B) is known color: Dark Blue. HEX triplet: 04, 02 and 8B. RGB value is (4,2,139). Sum of RGB (Red+Green+Blue) = 4+2+139=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 139 (54.69% from 255 or 95.86% from 145); Max value from RGB is 139 - color contains mainly: blue. Hex color #04028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04028B is #FBFD74. Grayscale: #111111. Windows color (decimal): -16514421 or 9110020. OLE color: 9110020.

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

Color convert

RGB 4 2 139 -
CMYK 0.97 0.99 0 0.45
HSL 240.88º 0.97% 0.28% -
HSV(B) 240.88º 0.99% 0.55% -
XYZ 4.73 1.93 24.55 -
YUV 18.22 196.16 117.86 -
System Red Green Blue C M Y K H S L
Decimal 4 2 139 0.97 0.99 0 0.45 240.88 0.97 0.28
Hex 4 2 8B 61 63 0 2D F1 61 1C
Octal 4 2 213 141 143 0 55 361 141 34
Binary 100 10 10001011 1100001 1100011 0 101101 11110001 1100001 11100

Color Harmonies of #04028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04028B

Black with #04028B

Text Example


Text Example

White with #04028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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