Html Css Color HEX #08088D Dark Blue

📋 copy color: '#08088D'

red 8 ◦ green 8 ◦ blue 141

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

Shades of Dark Blue #08088D

Tints of Dark Blue #08088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 5.1%
G = 5.1%
B = 89.81%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08088D (or 0x08088D) is known color: Dark Blue. HEX triplet: 08, 08 and 8D. RGB value is (8,8,141). Sum of RGB (Red+Green+Blue) = 8+8+141=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #08088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08088D is #F7F772. Grayscale: #161616. Windows color (decimal): -16250739 or 9242632. OLE color: 9242632.

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

Color convert

RGB 8 8 141 -
CMYK 0.94 0.94 0 0.45
HSL 240º 0.89% 0.29% -
HSV(B) 240º 0.94% 0.55% -
XYZ 4.99 2.15 25.35 -
YUV 23.16 194.5 117.19 -
System Red Green Blue C M Y K H S L
Decimal 8 8 141 0.94 0.94 0 0.45 240 0.89 0.29
Hex 8 8 8D 5E 5E 0 2D F0 59 1D
Octal 10 10 215 136 136 0 55 360 131 35
Binary 1000 1000 10001101 1011110 1011110 0 101101 11110000 1011001 11101

Color Harmonies of #08088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08088D

Black with #08088D

Text Example


Text Example

White with #08088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,8,141); }

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

background-color css

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

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

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

border-color css

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

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

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