Html Css Color HEX #040788 Dark Blue

📋 copy color: '#040788'

red 4 ◦ green 7 ◦ blue 136

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

Shades of Dark Blue #040788

Tints of Dark Blue #040788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 2.72%
G = 4.76%
B = 92.52%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040788 (or 0x040788) is known color: Dark Blue. HEX triplet: 04, 07 and 88. RGB value is (4,7,136). Sum of RGB (Red+Green+Blue) = 4+7+136=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #040788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040788 is #FBF877. Grayscale: #141414. Windows color (decimal): -16513144 or 8914692. OLE color: 8914692.

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

Color convert

RGB 4 7 136 -
CMYK 0.97 0.95 0 0.47
HSL 238.64º 0.94% 0.27% -
HSV(B) 238.64º 0.97% 0.53% -
XYZ 4.57 1.96 23.43 -
YUV 20.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 4 7 136 0.97 0.95 0 0.47 238.64 0.94 0.27
Hex 4 7 88 61 5F 0 2F EF 5E 1B
Octal 4 7 210 141 137 0 57 357 136 33
Binary 100 111 10001000 1100001 1011111 0 101111 11101111 1011110 11011

Color Harmonies of #040788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040788

Black with #040788

Text Example


Text Example

White with #040788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040788; }

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

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

background-color css

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

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

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

border-color css

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

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

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