Html Css Color HEX #05078D Dark Blue

📋 copy color: '#05078D'

red 5 ◦ green 7 ◦ blue 141

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

Shades of Dark Blue #05078D

Tints of Dark Blue #05078D

RGB

 RED value IS 5 (2.34% from 255) = 3.27%

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

 BLUE value IS 141 (55.47% from 255) = 92.16%

R = 3.27%
G = 4.58%
B = 92.16%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05078D (or 0x05078D) is known color: Dark Blue. HEX triplet: 05, 07 and 8D. RGB value is (5,7,141). Sum of RGB (Red+Green+Blue) = 5+7+141=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 141 (55.47% from 255 or 92.16% from 153); Max value from RGB is 141 - color contains mainly: blue. Hex color #05078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05078D is #FAF872. Grayscale: #151515. Windows color (decimal): -16447603 or 9242373. OLE color: 9242373.

HSL color Cylindrical-coordinate representation of color #05078D: hue angle of 239.12º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05078D is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 7 141 -
CMYK 0.96 0.95 0 0.45
HSL 239.12º 0.93% 0.29% -
HSV(B) 239.12º 0.96% 0.55% -
XYZ 4.95 2.11 25.35 -
YUV 21.68 195.34 116.1 -
System Red Green Blue C M Y K H S L
Decimal 5 7 141 0.96 0.95 0 0.45 239.12 0.93 0.29
Hex 5 7 8D 60 5F 0 2D EF 5D 1D
Octal 5 7 215 140 137 0 55 357 135 35
Binary 101 111 10001101 1100000 1011111 0 101101 11101111 1011101 11101

Color Harmonies of #05078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05078D

Black with #05078D

Text Example


Text Example

White with #05078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05078D; }

 p { color: rgb(5,7,141); }

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

background-color css

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

 a { background-color: rgb(5,7,141); }

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

border-color css

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

 span { border-color: rgb(5,7,141); }

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