Html Css Color HEX #04088C Dark Blue

📋 copy color: '#04088C'

red 4 ◦ green 8 ◦ blue 140

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

Shades of Dark Blue #04088C

Tints of Dark Blue #04088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 140 (55.08% from 255) = 92.11%

R = 2.63%
G = 5.26%
B = 92.11%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04088C (or 0x04088C) is known color: Dark Blue. HEX triplet: 04, 08 and 8C. RGB value is (4,8,140). Sum of RGB (Red+Green+Blue) = 4+8+140=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 140 (55.08% from 255 or 92.11% from 152); Max value from RGB is 140 - color contains mainly: blue. Hex color #04088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04088C is #FBF773. Grayscale: #151515. Windows color (decimal): -16512884 or 9177092. OLE color: 9177092.

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

Color convert

RGB 4 8 140 -
CMYK 0.97 0.94 0 0.45
HSL 238.24º 0.94% 0.28% -
HSV(B) 238.24º 0.97% 0.55% -
XYZ 4.87 2.09 24.96 -
YUV 21.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 4 8 140 0.97 0.94 0 0.45 238.24 0.94 0.28
Hex 4 8 8C 61 5E 0 2D EE 5E 1C
Octal 4 10 214 141 136 0 55 356 136 34
Binary 100 1000 10001100 1100001 1011110 0 101101 11101110 1011110 11100

Color Harmonies of #04088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04088C

Black with #04088C

Text Example


Text Example

White with #04088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04088C;
 }
 .AnyTagClassName
 {
   color: #04088C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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