Html Css Color HEX #07055B Midnight Blue

📋 copy color: '#07055B'

red 7 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #07055B

Tints of Midnight Blue #07055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 88.35%

R = 6.8%
G = 4.85%
B = 88.35%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07055B (or 0x07055B) is known color: Midnight Blue. HEX triplet: 07, 05 and 5B. RGB value is (7,5,91). Sum of RGB (Red+Green+Blue) = 7+5+91=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #07055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07055B is #F8FAA4. Grayscale: #0F0F0F. Windows color (decimal): -16317093 or 5965063. OLE color: 5965063.

HSL color Cylindrical-coordinate representation of color #07055B: hue angle of 241.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07055B is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 5 91 -
CMYK 0.92 0.95 0 0.64
HSL 241.4º 0.9% 0.19% -
HSV(B) 241.4º 0.95% 0.36% -
XYZ 2.03 0.91 9.97 -
YUV 15.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 7 5 91 0.92 0.95 0 0.64 241.4 0.9 0.19
Hex 7 5 5B 5C 5F 0 40 F1 5A 13
Octal 7 5 133 134 137 0 100 361 132 23
Binary 111 101 1011011 1011100 1011111 0 1000000 11110001 1011010 10011

Color Harmonies of #07055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07055B

Black with #07055B

Text Example


Text Example

White with #07055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07055B; }

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

 H1.HeaderClassName
 {
   color: #07055B;
 }
 .AnyTagClassName
 {
   color: #07055B;
 }
</style>

background-color css

<style>
 a { background-color: #07055B; }

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

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

border-color css

<style>
 span { border-color: #07055B; }

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

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