Html Css Color HEX #07152F Midnight Express

📋 copy color: '#07152F'

red 7 ◦ green 21 ◦ blue 47

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

Shades of Midnight Express #07152F

Tints of Midnight Express #07152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28%

 BLUE value IS 47 (18.75% from 255) = 62.67%

R = 9.33%
G = 28%
B = 62.67%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07152F (or 0x07152F) is known color: Midnight Express. HEX triplet: 07, 15 and 2F. RGB value is (7,21,47). Sum of RGB (Red+Green+Blue) = 7+21+47=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #07152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07152F is #F8EAD0. Grayscale: #131313. Windows color (decimal): -16313041 or 3085575. OLE color: 3085575.

HSL color Cylindrical-coordinate representation of color #07152F: hue angle of 219º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07152F is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 21 47 -
CMYK 0.85 0.55 0 0.82
HSL 219º 0.74% 0.11% -
HSV(B) 219º 0.85% 0.18% -
XYZ 0.87 0.79 2.8 -
YUV 19.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 7 21 47 0.85 0.55 0 0.82 219 0.74 0.11
Hex 7 15 2F 55 37 0 52 DB 4A B
Octal 7 25 57 125 67 0 122 333 112 13
Binary 111 10101 101111 1010101 110111 0 1010010 11011011 1001010 1011

Color Harmonies of #07152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07152F

Black with #07152F

Text Example


Text Example

White with #07152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07152F; }

 p { color: rgb(7,21,47); }

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

background-color css

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

 a { background-color: rgb(7,21,47); }

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

border-color css

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

 span { border-color: rgb(7,21,47); }

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