Html Css Color HEX #08133B Midnight Express

📋 copy color: '#08133B'

red 8 ◦ green 19 ◦ blue 59

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

Shades of Midnight Express #08133B

Tints of Midnight Express #08133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

 BLUE value IS 59 (23.44% from 255) = 68.6%

R = 9.3%
G = 22.09%
B = 68.6%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08133B (or 0x08133B) is known color: Midnight Express. HEX triplet: 08, 13 and 3B. RGB value is (8,19,59). Sum of RGB (Red+Green+Blue) = 8+19+59=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #08133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08133B is #F7ECC4. Grayscale: #141414. Windows color (decimal): -16248005 or 3871496. OLE color: 3871496.

HSL color Cylindrical-coordinate representation of color #08133B: hue angle of 227.06º 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 #08133B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 19 59 -
CMYK 0.86 0.68 0 0.77
HSL 227.06º 0.76% 0.13% -
HSV(B) 227.06º 0.86% 0.23% -
XYZ 1.12 0.83 4.24 -
YUV 20.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 8 19 59 0.86 0.68 0 0.77 227.06 0.76 0.13
Hex 8 13 3B 56 44 0 4D E3 4C D
Octal 10 23 73 126 104 0 115 343 114 15
Binary 1000 10011 111011 1010110 1000100 0 1001101 11100011 1001100 1101

Color Harmonies of #08133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08133B

Black with #08133B

Text Example


Text Example

White with #08133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08133B; }

 p { color: rgb(8,19,59); }

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

background-color css

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

 a { background-color: rgb(8,19,59); }

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

border-color css

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

 span { border-color: rgb(8,19,59); }

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