Html Css Color HEX #070C63 Midnight Blue

📋 copy color: '#070C63'

red 7 ◦ green 12 ◦ blue 99

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

Shades of Midnight Blue #070C63

Tints of Midnight Blue #070C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 83.9%

R = 5.93%
G = 10.17%
B = 83.9%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#070C63 (or 0x070C63) is known color: Midnight Blue. HEX triplet: 07, 0C and 63. RGB value is (7,12,99). Sum of RGB (Red+Green+Blue) = 7+12+99=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #070C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C63 is #F8F39C. Grayscale: #141414. Windows color (decimal): -16315293 or 6491143. OLE color: 6491143.

HSL color Cylindrical-coordinate representation of color #070C63: hue angle of 236.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070C63 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 12 99 -
CMYK 0.93 0.88 0 0.61
HSL 236.74º 0.87% 0.21% -
HSV(B) 236.74º 0.93% 0.39% -
XYZ 2.47 1.21 11.91 -
YUV 20.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 7 12 99 0.93 0.88 0 0.61 236.74 0.87 0.21
Hex 7 C 63 5D 58 0 3D ED 57 15
Octal 7 14 143 135 130 0 75 355 127 25
Binary 111 1100 1100011 1011101 1011000 0 111101 11101101 1010111 10101

Color Harmonies of #070C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C63

Black with #070C63

Text Example


Text Example

White with #070C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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