Html Css Color HEX #070D41 Midnight Express

📋 copy color: '#070D41'

red 7 ◦ green 13 ◦ blue 65

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

Shades of Midnight Express #070D41

Tints of Midnight Express #070D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.29%

 BLUE value IS 65 (25.78% from 255) = 76.47%

R = 8.24%
G = 15.29%
B = 76.47%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070D41 (or 0x070D41) is known color: Midnight Express. HEX triplet: 07, 0D and 41. RGB value is (7,13,65). Sum of RGB (Red+Green+Blue) = 7+13+65=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #070D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D41 is #F8F2BE. Grayscale: #101010. Windows color (decimal): -16315071 or 4263175. OLE color: 4263175.

HSL color Cylindrical-coordinate representation of color #070D41: hue angle of 233.79º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070D41 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 13 65 -
CMYK 0.89 0.80 0 0.75
HSL 233.79º 0.81% 0.14% -
HSV(B) 233.79º 0.89% 0.25% -
XYZ 1.19 0.71 5.08 -
YUV 17.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 7 13 65 0.89 0.80 0 0.75 233.79 0.81 0.14
Hex 7 D 41 59 50 0 4B EA 51 E
Octal 7 15 101 131 120 0 113 352 121 16
Binary 111 1101 1000001 1011001 1010000 0 1001011 11101010 1010001 1110

Color Harmonies of #070D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D41

Black with #070D41

Text Example


Text Example

White with #070D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070D41; }

 p { color: rgb(7,13,65); }

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

background-color css

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

 a { background-color: rgb(7,13,65); }

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

border-color css

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

 span { border-color: rgb(7,13,65); }

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