#080934

Color #080934 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #080934

Tints of Midnight Express #080934

Color information

#080934 (or 0x080934) is unknown color: approx Midnight Express. HEX triplet: 08, 09 and 34. RGB value is (8,9,52). Sum of RGB (Red+Green+Blue) = 8+9+52=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #080934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080934 is #F7F6CB. Grayscale: #0D0D0D. Windows color (decimal): -16250572 or 3410184. OLE color: 3410184.

HSL color Cylindrical-coordinate representation of color #080934: hue angle of 238.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080934 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB8952-
CMYK0.850.8300.80
HSL238.64º73.33%11.76%-
HSV(B)238.64º84.62%20.39%-
XYZ0.820.493.3-
YUV13.6149.67124-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 52 (20.70% from 255) = 75.36%
R=11.59%
G=13.04%
B=75.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal89520.850.8300.80238.6473.3311.76
Hex89345553050ef49c
Octal101164125123012035711114
Binary1000100111010010101011010011010100001110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080934; }

 p { color: rgb(8,9,52); }

 H1.HeaderClassName
 {
   color: #080934;
 }
 .AnyTagClassName
 {
   color: #080934;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #080934;
 }
 .BgClassName
 {
   background-color: #080934;
 }
</style>
border-color css

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

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

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