Html Css Color HEX #040088 Dark Blue

📋 copy color: '#040088'

red 4 ◦ green 0 ◦ blue 136

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

Shades of Dark Blue #040088

Tints of Dark Blue #040088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 97.14%

R = 2.86%
G = 0%
B = 97.14%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040088 (or 0x040088) is known color: Dark Blue. HEX triplet: 04, 00 and 88. RGB value is (4,0,136). Sum of RGB (Red+Green+Blue) = 4+0+136=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 136 (53.52% from 255 or 97.14% from 140); Max value from RGB is 136 - color contains mainly: blue. Hex color #040088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040088 is #FBFF77. Grayscale: #101010. Windows color (decimal): -16514936 or 8912900. OLE color: 8912900.

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

Color convert

RGB 4 0 136 -
CMYK 0.97 1 0 0.47
HSL 241.76º 1% 0.27% -
HSV(B) 241.76º 1% 0.53% -
XYZ 4.49 1.8 23.4 -
YUV 16.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 4 0 136 0.97 1 0 0.47 241.76 1 0.27
Hex 4 0 88 61 64 0 2F F2 64 1B
Octal 4 0 210 141 144 0 57 362 144 33
Binary 100 0 10001000 1100001 1100100 0 101111 11110010 1100100 11011

Color Harmonies of #040088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040088

Black with #040088

Text Example


Text Example

White with #040088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040088; }

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

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

background-color css

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

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

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

border-color css

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

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

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