Html Css Color HEX #050738 Midnight Express

📋 copy color: '#050738'

red 5 ◦ green 7 ◦ blue 56

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

Shades of Midnight Express #050738

Tints of Midnight Express #050738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.29%

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

R = 7.35%
G = 10.29%
B = 82.35%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050738 (or 0x050738) is known color: Midnight Express. HEX triplet: 05, 07 and 38. RGB value is (5,7,56). Sum of RGB (Red+Green+Blue) = 5+7+56=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #050738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050738 is #FAF8C7. Grayscale: #0B0B0B. Windows color (decimal): -16447688 or 3671813. OLE color: 3671813.

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

Color convert

RGB 5 7 56 -
CMYK 0.91 0.88 0 0.78
HSL 237.65º 0.84% 0.12% -
HSV(B) 237.65º 0.91% 0.22% -
XYZ 0.85 0.47 3.79 -
YUV 11.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 5 7 56 0.91 0.88 0 0.78 237.65 0.84 0.12
Hex 5 7 38 5B 58 0 4E EE 54 C
Octal 5 7 70 133 130 0 116 356 124 14
Binary 101 111 111000 1011011 1011000 0 1001110 11101110 1010100 1100

Color Harmonies of #050738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050738

Black with #050738

Text Example


Text Example

White with #050738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050738; }

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

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

background-color css

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

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

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

border-color css

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

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

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