Html Css Color HEX #08068E Dark Blue

📋 copy color: '#08068E'

red 8 ◦ green 6 ◦ blue 142

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

Shades of Dark Blue #08068E

Tints of Dark Blue #08068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 142 (55.86% from 255) = 91.03%

R = 5.13%
G = 3.85%
B = 91.03%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08068E (or 0x08068E) is known color: Dark Blue. HEX triplet: 08, 06 and 8E. RGB value is (8,6,142). Sum of RGB (Red+Green+Blue) = 8+6+142=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #08068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08068E is #F7F971. Grayscale: #151515. Windows color (decimal): -16251250 or 9307656. OLE color: 9307656.

HSL color Cylindrical-coordinate representation of color #08068E: hue angle of 240.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08068E is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 6 142 -
CMYK 0.94 0.96 0 0.44
HSL 240.88º 0.92% 0.29% -
HSV(B) 240.88º 0.96% 0.56% -
XYZ 5.05 2.13 25.74 -
YUV 22.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 8 6 142 0.94 0.96 0 0.44 240.88 0.92 0.29
Hex 8 6 8E 5E 60 0 2C F1 5C 1D
Octal 10 6 216 136 140 0 54 361 134 35
Binary 1000 110 10001110 1011110 1100000 0 101100 11110001 1011100 11101

Color Harmonies of #08068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08068E

Black with #08068E

Text Example


Text Example

White with #08068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08068E; }

 p { color: rgb(8,6,142); }

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

background-color css

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

 a { background-color: rgb(8,6,142); }

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

border-color css

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

 span { border-color: rgb(8,6,142); }

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