Html Css Color HEX #07106C Midnight Blue

📋 copy color: '#07106C'

red 7 ◦ green 16 ◦ blue 108

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

Shades of Midnight Blue #07106C

Tints of Midnight Blue #07106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

 BLUE value IS 108 (42.58% from 255) = 82.44%

R = 5.34%
G = 12.21%
B = 82.44%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07106C (or 0x07106C) is known color: Midnight Blue. HEX triplet: 07, 10 and 6C. RGB value is (7,16,108). Sum of RGB (Red+Green+Blue) = 7+16+108=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #07106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07106C is #F8EF93. Grayscale: #171717. Windows color (decimal): -16314260 or 7081991. OLE color: 7081991.

HSL color Cylindrical-coordinate representation of color #07106C: hue angle of 234.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07106C is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 16 108 -
CMYK 0.94 0.85 0 0.58
HSL 234.65º 0.88% 0.23% -
HSV(B) 234.65º 0.94% 0.42% -
XYZ 2.98 1.5 14.32 -
YUV 23.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 7 16 108 0.94 0.85 0 0.58 234.65 0.88 0.23
Hex 7 10 6C 5E 55 0 3A EB 58 17
Octal 7 20 154 136 125 0 72 353 130 27
Binary 111 10000 1101100 1011110 1010101 0 111010 11101011 1011000 10111

Color Harmonies of #07106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07106C

Black with #07106C

Text Example


Text Example

White with #07106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,16,108); }

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

background-color css

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

 a { background-color: rgb(7,16,108); }

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

border-color css

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

 span { border-color: rgb(7,16,108); }

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