Html Css Color HEX #08078B Dark Blue

📋 copy color: '#08078B'

red 8 ◦ green 7 ◦ blue 139

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

Shades of Dark Blue #08078B

Tints of Dark Blue #08078B

RGB

 RED value IS 8 (3.52% from 255) = 5.19%

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

 BLUE value IS 139 (54.69% from 255) = 90.26%

R = 5.19%
G = 4.55%
B = 90.26%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08078B (or 0x08078B) is known color: Dark Blue. HEX triplet: 08, 07 and 8B. RGB value is (8,7,139). Sum of RGB (Red+Green+Blue) = 8+7+139=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #08078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08078B is #F7F874. Grayscale: #151515. Windows color (decimal): -16250997 or 9111304. OLE color: 9111304.

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

Color convert

RGB 8 7 139 -
CMYK 0.94 0.95 0 0.45
HSL 240.45º 0.9% 0.29% -
HSV(B) 240.45º 0.95% 0.55% -
XYZ 4.84 2.07 24.57 -
YUV 22.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 8 7 139 0.94 0.95 0 0.45 240.45 0.9 0.29
Hex 8 7 8B 5E 5F 0 2D F0 5A 1D
Octal 10 7 213 136 137 0 55 360 132 35
Binary 1000 111 10001011 1011110 1011111 0 101101 11110000 1011010 11101

Color Harmonies of #08078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08078B

Black with #08078B

Text Example


Text Example

White with #08078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08078B; }

 p { color: rgb(8,7,139); }

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

background-color css

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

 a { background-color: rgb(8,7,139); }

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

border-color css

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

 span { border-color: rgb(8,7,139); }

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