Html Css Color HEX #08088C Dark Blue

📋 copy color: '#08088C'

red 8 ◦ green 8 ◦ blue 140

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

Shades of Dark Blue #08088C

Tints of Dark Blue #08088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 89.74%

R = 5.13%
G = 5.13%
B = 89.74%

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

#08088C (or 0x08088C) is known color: Dark Blue. HEX triplet: 08, 08 and 8C. RGB value is (8,8,140). Sum of RGB (Red+Green+Blue) = 8+8+140=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #08088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08088C is #F7F773. Grayscale: #161616. Windows color (decimal): -16250740 or 9177096. OLE color: 9177096.

HSL color Cylindrical-coordinate representation of color #08088C: 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 #08088C is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 8 140 -
CMYK 0.94 0.94 0 0.45
HSL 240º 0.89% 0.29% -
HSV(B) 240º 0.94% 0.55% -
XYZ 4.92 2.12 24.96 -
YUV 23.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 8 8 140 0.94 0.94 0 0.45 240 0.89 0.29
Hex 8 8 8C 5E 5E 0 2D F0 59 1D
Octal 10 10 214 136 136 0 55 360 131 35
Binary 1000 1000 10001100 1011110 1011110 0 101101 11110000 1011001 11101

Color Harmonies of #08088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08088C

Black with #08088C

Text Example


Text Example

White with #08088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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