Html Css Color HEX #07054C Midnight Blue

📋 copy color: '#07054C'

red 7 ◦ green 5 ◦ blue 76

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

Shades of Midnight Blue #07054C

Tints of Midnight Blue #07054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.68%

 BLUE value IS 76 (30.08% from 255) = 86.36%

R = 7.95%
G = 5.68%
B = 86.36%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07054C (or 0x07054C) is known color: Midnight Blue. HEX triplet: 07, 05 and 4C. RGB value is (7,5,76). Sum of RGB (Red+Green+Blue) = 7+5+76=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 76 (30.08% from 255 or 86.36% from 88); Max value from RGB is 76 - color contains mainly: blue. Hex color #07054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07054C is #F8FAB3. Grayscale: #0D0D0D. Windows color (decimal): -16317108 or 4982023. OLE color: 4982023.

HSL color Cylindrical-coordinate representation of color #07054C: hue angle of 241.69º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07054C is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 5 76 -
CMYK 0.91 0.93 0 0.70
HSL 241.69º 0.88% 0.16% -
HSV(B) 241.69º 0.93% 0.3% -
XYZ 1.45 0.68 6.89 -
YUV 13.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 7 5 76 0.91 0.93 0 0.70 241.69 0.88 0.16
Hex 7 5 4C 5B 5D 0 46 F2 58 10
Octal 7 5 114 133 135 0 106 362 130 20
Binary 111 101 1001100 1011011 1011101 0 1000110 11110010 1011000 10000

Color Harmonies of #07054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07054C

Black with #07054C

Text Example


Text Example

White with #07054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07054C; }

 p { color: rgb(7,5,76); }

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

background-color css

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

 a { background-color: rgb(7,5,76); }

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

border-color css

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

 span { border-color: rgb(7,5,76); }

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