Html Css Color HEX #07146F Midnight Blue

📋 copy color: '#07146F'

red 7 ◦ green 20 ◦ blue 111

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

Shades of Midnight Blue #07146F

Tints of Midnight Blue #07146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 111 (43.75% from 255) = 80.43%

R = 5.07%
G = 14.49%
B = 80.43%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07146F (or 0x07146F) is known color: Midnight Blue. HEX triplet: 07, 14 and 6F. RGB value is (7,20,111). Sum of RGB (Red+Green+Blue) = 7+20+111=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #07146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07146F is #F8EB90. Grayscale: #1A1A1A. Windows color (decimal): -16313233 or 7279623. OLE color: 7279623.

HSL color Cylindrical-coordinate representation of color #07146F: hue angle of 232.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07146F is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 20 111 -
CMYK 0.94 0.82 0 0.56
HSL 232.5º 0.88% 0.23% -
HSV(B) 232.5º 0.94% 0.44% -
XYZ 3.21 1.69 15.2 -
YUV 26.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 7 20 111 0.94 0.82 0 0.56 232.5 0.88 0.23
Hex 7 14 6F 5E 52 0 38 E8 58 17
Octal 7 24 157 136 122 0 70 350 130 27
Binary 111 10100 1101111 1011110 1010010 0 111000 11101000 1011000 10111

Color Harmonies of #07146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07146F

Black with #07146F

Text Example


Text Example

White with #07146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,20,111); }

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

background-color css

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

 a { background-color: rgb(7,20,111); }

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

border-color css

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

 span { border-color: rgb(7,20,111); }

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