Html Css Color HEX #071369 Midnight Blue

📋 copy color: '#071369'

red 7 ◦ green 19 ◦ blue 105

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

Shades of Midnight Blue #071369

Tints of Midnight Blue #071369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 105 (41.41% from 255) = 80.15%

R = 5.34%
G = 14.5%
B = 80.15%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071369 (or 0x071369) is known color: Midnight Blue. HEX triplet: 07, 13 and 69. RGB value is (7,19,105). Sum of RGB (Red+Green+Blue) = 7+19+105=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #071369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071369 is #F8EC96. Grayscale: #181818. Windows color (decimal): -16313495 or 6886151. OLE color: 6886151.

HSL color Cylindrical-coordinate representation of color #071369: hue angle of 232.65º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071369 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 19 105 -
CMYK 0.93 0.82 0 0.59
HSL 232.65º 0.88% 0.22% -
HSV(B) 232.65º 0.93% 0.41% -
XYZ 2.87 1.53 13.51 -
YUV 25.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 7 19 105 0.93 0.82 0 0.59 232.65 0.88 0.22
Hex 7 13 69 5D 52 0 3B E9 58 16
Octal 7 23 151 135 122 0 73 351 130 26
Binary 111 10011 1101001 1011101 1010010 0 111011 11101001 1011000 10110

Color Harmonies of #071369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071369

Black with #071369

Text Example


Text Example

White with #071369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071369; }

 p { color: rgb(7,19,105); }

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

background-color css

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

 a { background-color: rgb(7,19,105); }

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

border-color css

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

 span { border-color: rgb(7,19,105); }

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