Html Css Color HEX #070C6B Midnight Blue

📋 copy color: '#070C6B'

red 7 ◦ green 12 ◦ blue 107

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

Shades of Midnight Blue #070C6B

Tints of Midnight Blue #070C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 84.92%

R = 5.56%
G = 9.52%
B = 84.92%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#070C6B (or 0x070C6B) is known color: Midnight Blue. HEX triplet: 07, 0C and 6B. RGB value is (7,12,107). Sum of RGB (Red+Green+Blue) = 7+12+107=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #070C6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C6B is #F8F394. Grayscale: #141414. Windows color (decimal): -16315285 or 7015431. OLE color: 7015431.

HSL color Cylindrical-coordinate representation of color #070C6B: hue angle of 237º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070C6B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 12 107 -
CMYK 0.93 0.89 0 0.58
HSL 237º 0.88% 0.22% -
HSV(B) 237º 0.93% 0.42% -
XYZ 2.87 1.37 14.02 -
YUV 21.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 7 12 107 0.93 0.89 0 0.58 237 0.88 0.22
Hex 7 C 6B 5D 59 0 3A ED 58 16
Octal 7 14 153 135 131 0 72 355 130 26
Binary 111 1100 1101011 1011101 1011001 0 111010 11101101 1011000 10110

Color Harmonies of #070C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C6B

Black with #070C6B

Text Example


Text Example

White with #070C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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