Html Css Color HEX #050238 Midnight Express

📋 copy color: '#050238'

red 5 ◦ green 2 ◦ blue 56

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

Shades of Midnight Express #050238

Tints of Midnight Express #050238

RGB

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

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

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

R = 7.94%
G = 3.17%
B = 88.89%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050238 (or 0x050238) is known color: Midnight Express. HEX triplet: 05, 02 and 38. RGB value is (5,2,56). Sum of RGB (Red+Green+Blue) = 5+2+56=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #050238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050238 is #FAFDC7. Grayscale: #080808. Windows color (decimal): -16448968 or 3670533. OLE color: 3670533.

HSL color Cylindrical-coordinate representation of color #050238: hue angle of 243.33º 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 #050238 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 2 56 -
CMYK 0.91 0.96 0 0.78
HSL 243.33º 0.93% 0.11% -
HSV(B) 243.33º 0.96% 0.22% -
XYZ 0.8 0.36 3.77 -
YUV 9.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 5 2 56 0.91 0.96 0 0.78 243.33 0.93 0.11
Hex 5 2 38 5B 60 0 4E F3 5D B
Octal 5 2 70 133 140 0 116 363 135 13
Binary 101 10 111000 1011011 1100000 0 1001110 11110011 1011101 1011

Color Harmonies of #050238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050238

Black with #050238

Text Example


Text Example

White with #050238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050238; }

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

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

background-color css

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

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

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

border-color css

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

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

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