#00083D

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

Shades of Midnight Express #00083D

Tints of Midnight Express #00083D

Color information

#00083D (or 0x00083D) is unknown color: approx Midnight Express. HEX triplet: 00, 08 and 3D. RGB value is (0,8,61). Sum of RGB (Red+Green+Blue) = 0+8+61=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 61 (24.22% from 255 or 88.41% from 69); Max value from RGB is 61 - color contains mainly: blue. Hex color #00083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00083D is #FFF7C2. Grayscale: #0B0B0B. Windows color (decimal): -16775107 or 3999744. OLE color: 3999744.

HSL color Cylindrical-coordinate representation of color #00083D: hue angle of 232.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00083D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB0861-
CMYK10.8700.76
HSL232.13º100%11.96%-
HSV(B)232.13º100%23.92%-
XYZ0.930.514.46-
YUV11.65155.85119.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 61 (24.22% from 255) = 88.41%
R=0%
G=11.59%
B=88.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal086110.8700.76232.1310011.96
Hex083D645704Ce864c
Octal01075144127011435014414
Binary0100011110111001001010111010011001110100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,8,61); }

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

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

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

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

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

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

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