Html Css Color HEX #071238 Midnight Express

📋 copy color: '#071238'

red 7 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #071238

Tints of Midnight Express #071238

RGB

 RED value IS 7 (3.13% from 255) = 8.64%

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

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

R = 8.64%
G = 22.22%
B = 69.14%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071238 (or 0x071238) is known color: Midnight Express. HEX triplet: 07, 12 and 38. RGB value is (7,18,56). Sum of RGB (Red+Green+Blue) = 7+18+56=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #071238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071238 is #F8EDC7. Grayscale: #121212. Windows color (decimal): -16313800 or 3674631. OLE color: 3674631.

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

Color convert

RGB 7 18 56 -
CMYK 0.88 0.68 0 0.78
HSL 226.53º 0.78% 0.12% -
HSV(B) 226.53º 0.88% 0.22% -
XYZ 1.02 0.76 3.84 -
YUV 19.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 7 18 56 0.88 0.68 0 0.78 226.53 0.78 0.12
Hex 7 12 38 58 44 0 4E E3 4E C
Octal 7 22 70 130 104 0 116 343 116 14
Binary 111 10010 111000 1011000 1000100 0 1001110 11100011 1001110 1100

Color Harmonies of #071238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071238

Black with #071238

Text Example


Text Example

White with #071238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071238; }

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

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

background-color css

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

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

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

border-color css

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

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

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