Html Css Color HEX #05078A Dark Blue

📋 copy color: '#05078A'

red 5 ◦ green 7 ◦ blue 138

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

Shades of Dark Blue #05078A

Tints of Dark Blue #05078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 92%

R = 3.33%
G = 4.67%
B = 92%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05078A (or 0x05078A) is known color: Dark Blue. HEX triplet: 05, 07 and 8A. RGB value is (5,7,138). Sum of RGB (Red+Green+Blue) = 5+7+138=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 138 (54.30% from 255 or 92% from 150); Max value from RGB is 138 - color contains mainly: blue. Hex color #05078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05078A is #FAF875. Grayscale: #141414. Windows color (decimal): -16447606 or 9045765. OLE color: 9045765.

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

Color convert

RGB 5 7 138 -
CMYK 0.96 0.95 0 0.46
HSL 239.1º 0.93% 0.28% -
HSV(B) 239.1º 0.96% 0.54% -
XYZ 4.73 2.02 24.19 -
YUV 21.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 5 7 138 0.96 0.95 0 0.46 239.1 0.93 0.28
Hex 5 7 8A 60 5F 0 2E EF 5D 1C
Octal 5 7 212 140 137 0 56 357 135 34
Binary 101 111 10001010 1100000 1011111 0 101110 11101111 1011101 11100

Color Harmonies of #05078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05078A

Black with #05078A

Text Example


Text Example

White with #05078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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