Html Css Color HEX #08063D Midnight Express

📋 copy color: '#08063D'

red 8 ◦ green 6 ◦ blue 61

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

Shades of Midnight Express #08063D

Tints of Midnight Express #08063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 81.33%

R = 10.67%
G = 8%
B = 81.33%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08063D (or 0x08063D) is known color: Midnight Express. HEX triplet: 08, 06 and 3D. RGB value is (8,6,61). Sum of RGB (Red+Green+Blue) = 8+6+61=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #08063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08063D is #F7F9C2. Grayscale: #0C0C0C. Windows color (decimal): -16251331 or 3999240. OLE color: 3999240.

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

Color convert

RGB 8 6 61 -
CMYK 0.87 0.90 0 0.76
HSL 242.18º 0.82% 0.13% -
HSV(B) 242.18º 0.9% 0.24% -
XYZ 1.01 0.52 4.46 -
YUV 12.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 8 6 61 0.87 0.90 0 0.76 242.18 0.82 0.13
Hex 8 6 3D 57 5A 0 4C F2 52 D
Octal 10 6 75 127 132 0 114 362 122 15
Binary 1000 110 111101 1010111 1011010 0 1001100 11110010 1010010 1101

Color Harmonies of #08063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08063D

Black with #08063D

Text Example


Text Example

White with #08063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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