Html Css Color HEX #051238 Midnight Express

📋 copy color: '#051238'

red 5 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #051238

Tints of Midnight Express #051238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

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

R = 6.33%
G = 22.78%
B = 70.89%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051238 (or 0x051238) is known color: Midnight Express. HEX triplet: 05, 12 and 38. RGB value is (5,18,56). Sum of RGB (Red+Green+Blue) = 5+18+56=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #051238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051238 is #FAEDC7. Grayscale: #121212. Windows color (decimal): -16444872 or 3674629. OLE color: 3674629.

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

Color convert

RGB 5 18 56 -
CMYK 0.91 0.68 0 0.78
HSL 224.71º 0.84% 0.12% -
HSV(B) 224.71º 0.91% 0.22% -
XYZ 0.99 0.75 3.83 -
YUV 18.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 5 18 56 0.91 0.68 0 0.78 224.71 0.84 0.12
Hex 5 12 38 5B 44 0 4E E1 54 C
Octal 5 22 70 133 104 0 116 341 124 14
Binary 101 10010 111000 1011011 1000100 0 1001110 11100001 1010100 1100

Color Harmonies of #051238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051238

Black with #051238

Text Example


Text Example

White with #051238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051238; }

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

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

background-color css

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

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

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

border-color css

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

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

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