Html Css Color HEX #07024F Midnight Blue

📋 copy color: '#07024F'

red 7 ◦ green 2 ◦ blue 79

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

Shades of Midnight Blue #07024F

Tints of Midnight Blue #07024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.27%

 BLUE value IS 79 (31.25% from 255) = 89.77%

R = 7.95%
G = 2.27%
B = 89.77%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07024F (or 0x07024F) is known color: Midnight Blue. HEX triplet: 07, 02 and 4F. RGB value is (7,2,79). Sum of RGB (Red+Green+Blue) = 7+2+79=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #07024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07024F is #F8FDB0. Grayscale: #0B0B0B. Windows color (decimal): -16317873 or 5177863. OLE color: 5177863.

HSL color Cylindrical-coordinate representation of color #07024F: hue angle of 243.9º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07024F is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 2 79 -
CMYK 0.91 0.97 0 0.69
HSL 243.9º 0.95% 0.16% -
HSV(B) 243.9º 0.97% 0.31% -
XYZ 1.52 0.65 7.44 -
YUV 12.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 7 2 79 0.91 0.97 0 0.69 243.9 0.95 0.16
Hex 7 2 4F 5B 61 0 45 F4 5F 10
Octal 7 2 117 133 141 0 105 364 137 20
Binary 111 10 1001111 1011011 1100001 0 1000101 11110100 1011111 10000

Color Harmonies of #07024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07024F

Black with #07024F

Text Example


Text Example

White with #07024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,2,79); }

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

background-color css

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

 a { background-color: rgb(7,2,79); }

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

border-color css

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

 span { border-color: rgb(7,2,79); }

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