Html Css Color HEX #050038 Midnight Express

📋 copy color: '#050038'

red 5 ◦ green 0 ◦ blue 56

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

Shades of Midnight Express #050038

Tints of Midnight Express #050038

RGB

 RED value IS 5 (2.34% from 255) = 8.2%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.2%
G = 0%
B = 91.8%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050038 (or 0x050038) is known color: Midnight Express. HEX triplet: 05, 00 and 38. RGB value is (5,0,56). Sum of RGB (Red+Green+Blue) = 5+0+56=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 56 (22.27% from 255 or 91.80% from 61); Max value from RGB is 56 - color contains mainly: blue. Hex color #050038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050038 is #FAFFC7. Grayscale: #070707. Windows color (decimal): -16449480 or 3670021. OLE color: 3670021.

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

Color convert

RGB 5 0 56 -
CMYK 0.91 1 0 0.78
HSL 245.36º 1% 0.11% -
HSV(B) 245.36º 1% 0.22% -
XYZ 0.78 0.32 3.76 -
YUV 7.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 5 0 56 0.91 1 0 0.78 245.36 1 0.11
Hex 5 0 38 5B 64 0 4E F5 64 B
Octal 5 0 70 133 144 0 116 365 144 13
Binary 101 0 111000 1011011 1100100 0 1001110 11110101 1100100 1011

Color Harmonies of #050038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050038

Black with #050038

Text Example


Text Example

White with #050038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050038; }

 p { color: rgb(5,0,56); }

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

background-color css

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

 a { background-color: rgb(5,0,56); }

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

border-color css

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

 span { border-color: rgb(5,0,56); }

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