Html Css Color HEX #08153A Midnight Express

📋 copy color: '#08153A'

red 8 ◦ green 21 ◦ blue 58

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

Shades of Midnight Express #08153A

Tints of Midnight Express #08153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 58 (23.05% from 255) = 66.67%

R = 9.2%
G = 24.14%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08153A (or 0x08153A) is known color: Midnight Express. HEX triplet: 08, 15 and 3A. RGB value is (8,21,58). Sum of RGB (Red+Green+Blue) = 8+21+58=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #08153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08153A is #F7EAC5. Grayscale: #151515. Windows color (decimal): -16247494 or 3806472. OLE color: 3806472.

HSL color Cylindrical-coordinate representation of color #08153A: hue angle of 224.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08153A is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 21 58 -
CMYK 0.86 0.64 0 0.77
HSL 224.4º 0.76% 0.13% -
HSV(B) 224.4º 0.86% 0.23% -
XYZ 1.13 0.89 4.12 -
YUV 21.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 8 21 58 0.86 0.64 0 0.77 224.4 0.76 0.13
Hex 8 15 3A 56 40 0 4D E0 4C D
Octal 10 25 72 126 100 0 115 340 114 15
Binary 1000 10101 111010 1010110 1000000 0 1001101 11100000 1001100 1101

Color Harmonies of #08153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08153A

Black with #08153A

Text Example


Text Example

White with #08153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08153A; }

 p { color: rgb(8,21,58); }

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

background-color css

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

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

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

border-color css

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

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

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