Html Css Color HEX #070C5B Midnight Blue

📋 copy color: '#070C5B'

red 7 ◦ green 12 ◦ blue 91

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

Shades of Midnight Blue #070C5B

Tints of Midnight Blue #070C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.91%

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

R = 6.36%
G = 10.91%
B = 82.73%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#070C5B (or 0x070C5B) is known color: Midnight Blue. HEX triplet: 07, 0C and 5B. RGB value is (7,12,91). Sum of RGB (Red+Green+Blue) = 7+12+91=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #070C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C5B is #F8F3A4. Grayscale: #131313. Windows color (decimal): -16315301 or 5966855. OLE color: 5966855.

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

Color convert

RGB 7 12 91 -
CMYK 0.92 0.87 0 0.64
HSL 236.43º 0.86% 0.19% -
HSV(B) 236.43º 0.92% 0.36% -
XYZ 2.11 1.06 9.99 -
YUV 19.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 7 12 91 0.92 0.87 0 0.64 236.43 0.86 0.19
Hex 7 C 5B 5C 57 0 40 EC 56 13
Octal 7 14 133 134 127 0 100 354 126 23
Binary 111 1100 1011011 1011100 1010111 0 1000000 11101100 1010110 10011

Color Harmonies of #070C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C5B

Black with #070C5B

Text Example


Text Example

White with #070C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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