Html Css Color HEX #080238 Midnight Express

📋 copy color: '#080238'

red 8 ◦ green 2 ◦ blue 56

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

Shades of Midnight Express #080238

Tints of Midnight Express #080238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.03%

 BLUE value IS 56 (22.27% from 255) = 84.85%

R = 12.12%
G = 3.03%
B = 84.85%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080238 (or 0x080238) is known color: Midnight Express. HEX triplet: 08, 02 and 38. RGB value is (8,2,56). Sum of RGB (Red+Green+Blue) = 8+2+56=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #080238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080238 is #F7FDC7. Grayscale: #090909. Windows color (decimal): -16252360 or 3670536. OLE color: 3670536.

HSL color Cylindrical-coordinate representation of color #080238: hue angle of 246.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080238 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 2 56 -
CMYK 0.86 0.96 0 0.78
HSL 246.67º 0.93% 0.11% -
HSV(B) 246.67º 0.96% 0.22% -
XYZ 0.84 0.38 3.77 -
YUV 9.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 8 2 56 0.86 0.96 0 0.78 246.67 0.93 0.11
Hex 8 2 38 56 60 0 4E F7 5D B
Octal 10 2 70 126 140 0 116 367 135 13
Binary 1000 10 111000 1010110 1100000 0 1001110 11110111 1011101 1011

Color Harmonies of #080238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080238

Black with #080238

Text Example


Text Example

White with #080238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080238; }

 p { color: rgb(8,2,56); }

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

background-color css

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

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

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

border-color css

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

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

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