Html Css Color HEX #070D4B Midnight Express

📋 copy color: '#070D4B'

red 7 ◦ green 13 ◦ blue 75

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

Shades of Midnight Express #070D4B

Tints of Midnight Express #070D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 78.95%

R = 7.37%
G = 13.68%
B = 78.95%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#070D4B (or 0x070D4B) is known color: Midnight Express. HEX triplet: 07, 0D and 4B. RGB value is (7,13,75). Sum of RGB (Red+Green+Blue) = 7+13+75=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #070D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D4B is #F8F2B4. Grayscale: #121212. Windows color (decimal): -16315061 or 4918535. OLE color: 4918535.

HSL color Cylindrical-coordinate representation of color #070D4B: hue angle of 234.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070D4B is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 13 75 -
CMYK 0.91 0.83 0 0.71
HSL 234.71º 0.83% 0.16% -
HSV(B) 234.71º 0.91% 0.29% -
XYZ 1.5 0.84 6.74 -
YUV 18.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 7 13 75 0.91 0.83 0 0.71 234.71 0.83 0.16
Hex 7 D 4B 5B 53 0 47 EB 53 10
Octal 7 15 113 133 123 0 107 353 123 20
Binary 111 1101 1001011 1011011 1010011 0 1000111 11101011 1010011 10000

Color Harmonies of #070D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D4B

Black with #070D4B

Text Example


Text Example

White with #070D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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